diff --git a/init.el b/init.el index 744a4e3..0eb5680 100644 --- a/init.el +++ b/init.el @@ -297,14 +297,14 @@ a file in the home directory." ;; * Multiple cursors galore (require 'multiple-cursors) +(define-key mc/keymap (kbd "") nil) + (global-set-key (kbd "C->") 'mc/mark-next-like-this) (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this) -(global-set-key (kbd "C-S-") 'mc/add-cursor-on-click) (global-set-key (kbd "H-.") 'mc/mark-next-like-this) (global-set-key (kbd "H-,") 'mc/mark-previous-like-this) -(global-set-key (kbd "H-") 'mc/add-cursor-on-click) (global-set-key (kbd "") 'mc/mark-pop) (global-set-key (kbd "") 'mc/mark-pop) (global-set-key (kbd "H-#") 'mc/insert-numbers)