From ecbdf40171fb0ee5dbca9743203bcc5016d64413 Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 21 Jun 2023 13:04:50 +0200 Subject: [PATCH] Multiple cursors were bound multiple times --- init.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.org b/init.org index 9f271ad..6dda3ff 100644 --- a/init.org +++ b/init.org @@ -1971,16 +1971,6 @@ #+end_src -** Bindings for [[https://github.com/magnars/multiple-cursors.el][multiple-cursors]] - - #+begin_src emacs-lisp - - (define-key custom-bindings-map (kbd "C-c e") 'mc/edit-lines) - (define-key custom-bindings-map (kbd "C-c a") 'mc/mark-all-like-this) - (define-key custom-bindings-map (kbd "C-c n") 'mc/mark-next-like-this) - - #+end_src - ** Bindings for built-ins #+begin_src emacs-lisp