summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-05-28 21:21:55 +0100
committerAlan Pearce2013-05-28 21:21:55 +0100
commitf40ae73f2968e4b5343741839fe5af7b10f903a0 (patch)
treea32400681c8f12a3a5342bfbb1ef2fbe0670e86a
parentf59f31505c64291c7f247fcfded0ba8ff3c513b5 (diff)
downloaddotfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.tar.lz
dotfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.tar.zst
dotfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.zip
Emacs: change goto-last-change binding to C-x <space> to avoid conflicting with pop-global-mark
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 13833c2..95363eb 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