summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
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