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
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/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