From 03e678958f9c1aa7b119e7179dfb8248562c4daa Mon Sep 17 00:00:00 2001 From: Didac <36703969+DidacGit@users.noreply.github.com> Date: Tue, 2 Jun 2020 12:42:58 +0200 Subject: [PATCH] Remove space from mc prefix map Change the space of the multiple-cursors keymap to a "-". --- modules/config/default/+emacs-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index 5d0818d16..da18c7576 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -369,7 +369,7 @@ ;;; m --- multiple cursors (:when (featurep! :editor multiple-cursors) - (:prefix-map ("m" . "multiple cursors") + (:prefix-map ("m" . "multiple-cursors") :desc "Edit lines" "l" #'mc/edit-lines :desc "Mark next" "n" #'mc/mark-next-like-this :desc "Unmark next" "N" #'mc/unmark-next-like-this