From 3c73c3d1ce4725d68a760219dca7c04703f1ef19 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 4 Aug 2026 10:41:36 -0400 Subject: set cape prefix to M-+ --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_emacs b/dot_emacs index 097e8bd..a5a0c0d 100644 --- a/dot_emacs +++ b/dot_emacs @@ -237,7 +237,7 @@ Extended Format date in the date field and return it as a string obeing :straight t ;; 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 ("M-+" . 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.2.3