summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-06-11 15:08:17 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-06-11 15:08:17 +0200
commitd64137697a0070d827da6410ffd2b5e6dbfb3be8 (patch)
tree86c05e0537ed88bd5f32fbe04fd0fab83e9c47e4 /.config/emacs/modules
parent03f5bb39561fad4d7745ff796b91f73933d99259 (diff)
emacs: Demand multiple-cursors
Diffstat (limited to '.config/emacs/modules')
-rw-r--r--.config/emacs/modules/mm-editing.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el
index 50be4ee..8e937e9 100644
--- a/.config/emacs/modules/mm-editing.el
+++ b/.config/emacs/modules/mm-editing.el
@@ -201,6 +201,7 @@ and *Messages* buffer. This forces that to not happen."
(use-package multiple-cursors
:ensure t
+ :demand t
:bind (("C->" . #'mc/mark-next-like-this)
("C-<" . #'mc/mark-previous-like-this)
("C-M-<" . #'mc/mark-all-like-this-dwim)