diff options
author | Alan Pearce | 2017-09-18 18:36:03 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-18 18:36:03 +0200 |
commit | 03551f6c04232181ea2c3b2700708bd43249a11d (patch) | |
tree | 9c5f8eebd43d0a716785024d652cbf0a1184f861 /emacs/.emacs.d | |
parent | b5a3397bb47243716738747ec82ef5019a798819 (diff) | |
download | nixfiles-03551f6c04232181ea2c3b2700708bd43249a11d.tar.lz nixfiles-03551f6c04232181ea2c3b2700708bd43249a11d.tar.zst nixfiles-03551f6c04232181ea2c3b2700708bd43249a11d.zip |
Emacs: Fix incorrect keybind command
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/main.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 1aa78a43..5c400086 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 |