From f40ae73f2968e4b5343741839fe5af7b10f903a0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 28 May 2013 21:21:55 +0100 Subject: Emacs: change goto-last-change binding to C-x to avoid conflicting with pop-global-mark --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 13833c27..95363eba 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -799,7 +799,7 @@ Also returns nil if pid is nil." :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 -- cgit 1.4.1