summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-18 18:36:03 +0200
committerAlan Pearce2017-09-18 18:36:03 +0200
commit03551f6c04232181ea2c3b2700708bd43249a11d (patch)
tree9c5f8eebd43d0a716785024d652cbf0a1184f861 /emacs
parentb5a3397bb47243716738747ec82ef5019a798819 (diff)
downloaddotfiles-03551f6c04232181ea2c3b2700708bd43249a11d.tar.lz
dotfiles-03551f6c04232181ea2c3b2700708bd43249a11d.tar.zst
dotfiles-03551f6c04232181ea2c3b2700708bd43249a11d.zip
Emacs: Fix incorrect keybind command
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 1aa78a4..5c40008 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -2876,7 +2876,7 @@ Pass ARG to `comint-delchar-or-maybe-eof'."
 (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