summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-09-20 15:04:12 +0200
committerAlan Pearce2016-09-20 15:04:12 +0200
commit0740f4cc679161eb80c519478839ce5333b16ca4 (patch)
treef16d2d975e69007916cf5a547bb60b3cf881dc21 /tag-emacs
parenta3ce3fd20465c32c2469930527535b818d193cd4 (diff)
downloaddotfiles-0740f4cc679161eb80c519478839ce5333b16ca4.tar.lz
dotfiles-0740f4cc679161eb80c519478839ce5333b16ca4.tar.zst
dotfiles-0740f4cc679161eb80c519478839ce5333b16ca4.zip
Emacs: Move goto-last-change binding
C-x SPC is the default for rectangle-mark-mode, which is now more useful
and intuitive in Emacs 25
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index e3a6079..47020f5 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2174,7 +2174,7 @@ and doesn’t go back to the same place more than once.
 
 #+BEGIN_SRC emacs-lisp
 (use-package goto-chg
-  :bind ("C-x SPC" . goto-last-change))
+  :bind ("C-c C-SPC" . goto-last-change))
 #+END_SRC
 
 ** multiple-cursors