From ac3903c9bd986ec763279ffb0c3e5ee16e53747d Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 10 Jan 2025 22:09:59 +0100 Subject: Revert "README: Suggest better key" This reverts commit dfcd8b3c2444630afd344af905c8efeeee679e73. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index da9182f..796d8bd 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-TAB, M-p, M-+ + :bind ("C-c p" . cape-prefix-map) ;; Alternative key: M-, M-p, M-+ ;; Alternatively bind Cape commands individually. ;; :bind (("C-c p d" . cape-dabbrev) ;; ("C-c p h" . cape-history) -- cgit v1.0