diff options
author | Alan Pearce | 2016-09-20 15:04:12 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-20 15:04:12 +0200 |
commit | 0740f4cc679161eb80c519478839ce5333b16ca4 (patch) | |
tree | f16d2d975e69007916cf5a547bb60b3cf881dc21 /tag-emacs/emacs.d | |
parent | a3ce3fd20465c32c2469930527535b818d193cd4 (diff) | |
download | nixfiles-0740f4cc679161eb80c519478839ce5333b16ca4.tar.lz nixfiles-0740f4cc679161eb80c519478839ce5333b16ca4.tar.zst nixfiles-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/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index e3a60799..47020f5d 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 |