all repos — archive/dotfiles @ f40ae73f2968e4b5343741839fe5af7b10f903a0

Superseded by nixfiles

Emacs: change goto-last-change binding to C-x <space> to avoid conflicting with pop-global-mark
Alan Pearce alan@alanpearce.co.uk
Tue, 28 May 2013 21:21:55 +0100
commit

f40ae73f2968e4b5343741839fe5af7b10f903a0

parent

f59f31505c64291c7f247fcfded0ba8ff3c513b5

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

jump to
M emacs/init.elemacs/init.el
@@ -799,7 +799,7 @@ :ensure t   :bind ("C-M-SPC" . er/expand-region))
 
 (use-package goto-chg
-  :bind ("C-x C-SPC" . goto-last-change))
+  :bind ("C-x SPC" . goto-last-change))
 
 (use-package multiple-cursors
   :ensure t