From dfcd8b3c2444630afd344af905c8efeeee679e73 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 26 Dec 2024 13:20:47 +0100 Subject: README: Suggest better key --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 796d8bd..da9182f 100644 --- a/README.org +++ b/README.org @@ -86,7 +86,7 @@ information. (use-package cape ;; Bind prefix keymap providing all Cape commands under a mnemonic key. ;; Press C-c p ? to for help. - :bind ("C-c p" . cape-prefix-map) ;; Alternative key: M-, M-p, M-+ + :bind ("C-c p" . cape-prefix-map) ;; Alternative key: M-TAB, M-p, M-+ ;; Alternatively bind Cape commands individually. ;; :bind (("C-c p d" . cape-dabbrev) ;; ("C-c p h" . cape-history) -- cgit v1.0