all repos — nixfiles @ 03551f6c04232181ea2c3b2700708bd43249a11d

System and user configuration, managed by nix and home-manager

Emacs: Fix incorrect keybind command
Alan Pearce alan@alanpearce.eu
Mon, 18 Sep 2017 18:36:03 +0200
commit

03551f6c04232181ea2c3b2700708bd43249a11d

parent

b5a3397bb47243716738747ec82ef5019a798819

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -2876,7 +2876,7 @@ ;; #+BEGIN_SRC emacs-lisp (use-package visual-regexp
   :bind (("C-c r" . vr/replace)
          ("C-c q" . vr/query-replace)
-         ("C-c m" . vc/mc-mark)))
+         ("C-c m" . vr/mc-mark)))
 ;; #+END_SRC
 
 ;;;;; End