From 0740f4cc679161eb80c519478839ce5333b16ca4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 20 Sep 2016 15:04:12 +0200 Subject: 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 --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') 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 -- cgit 1.4.1