aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2026-08-04 10:41:36 -0400
committerRyan Kavanagh <rak@rak.ac>2026-08-04 10:41:36 -0400
commit3c73c3d1ce4725d68a760219dca7c04703f1ef19 (patch)
tree7a38c4548d061095bde73f76c1379f975c49d94a /dot_emacs
parentscript to update sbuild chroots (diff)
set cape prefix to M-+
Diffstat (limited to '')
-rw-r--r--dot_emacs2
1 files changed, 1 insertions, 1 deletions
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-<tab>, M-p, M-+
+ :bind ("M-+" . 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)