diff options
author | Alan Pearce | 2013-05-28 21:21:55 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-28 21:21:55 +0100 |
commit | f40ae73f2968e4b5343741839fe5af7b10f903a0 (patch) | |
tree | a32400681c8f12a3a5342bfbb1ef2fbe0670e86a | |
parent | f59f31505c64291c7f247fcfded0ba8ff3c513b5 (diff) | |
download | nixfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.tar.lz nixfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.tar.zst nixfiles-f40ae73f2968e4b5343741839fe5af7b10f903a0.zip |
Emacs: change goto-last-change binding to C-x <space> to avoid conflicting with pop-global-mark
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |