diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-06-11 15:08:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-06-11 15:08:17 +0200 |
commit | d64137697a0070d827da6410ffd2b5e6dbfb3be8 (patch) | |
tree | 86c05e0537ed88bd5f32fbe04fd0fab83e9c47e4 /.config/emacs/modules/mm-editing.el | |
parent | 03f5bb39561fad4d7745ff796b91f73933d99259 (diff) |
emacs: Demand multiple-cursors
Diffstat (limited to '.config/emacs/modules/mm-editing.el')
-rw-r--r-- | .config/emacs/modules/mm-editing.el | 1 |
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) |