From f0c07760608258f8de50762bb33d05ef4f268989 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 8 Mar 2025 20:31:11 +0100 Subject: emacs: Use ‘with-eval-after-load’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-editing.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/emacs/modules') diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index c6c8532..dda5352 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -222,8 +222,8 @@ and *Messages* buffer. This forces that to not happen." helpful-symbol helpful-variable)) (add-to-list 'mc/cmds-to-run-once command)))) - :config - (keymap-unset mc/keymap "" :remove)) + (with-eval-after-load 'multiple-cursors-core + (keymap-unset mc/keymap "" :remove))) ;;; Increment Numbers -- cgit v1.2.3