From 5bd6df1b2816e7be92d67cc114e736fdcc2571eb Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 17 Oct 2024 13:00:04 +0200 Subject: emacs: Disable the binding for multiple cursors --- .config/emacs/modules/mm-editing.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 1952e9f..e714e0f 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -159,7 +159,9 @@ region are marked, otherwise all matches in the buffer are marked." helpful-symbol helpful-variable)) (add-to-list 'mc/cmds-to-run-once command)) - (add-to-list 'mc/unsupported-minor-modes #'corfu-mode))) + (add-to-list 'mc/unsupported-minor-modes #'corfu-mode)) + :config + (keymap-unset mc/keymap "" :remove)) ;;; Increment Numbers -- cgit v1.2.3