all repos — nixfiles @ 0740f4cc679161eb80c519478839ce5333b16ca4

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

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
Alan Pearce alan.pearce@spotcap.com
Tue, 20 Sep 2016 15:04:12 +0200
commit

0740f4cc679161eb80c519478839ce5333b16ca4

parent

a3ce3fd20465c32c2469930527535b818d193cd4

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

jump to
M tag-emacs/emacs.d/init.orgtag-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