diff options
-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 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 |