all repos — nixfiles @ f40ae73f2968e4b5343741839fe5af7b10f903a0

System and user configuration, managed by nix and home-manager

Emacs: change goto-last-change binding to C-x <space> to avoid conflicting with pop-global-mark

Alan Pearce
commit

f40ae73f2968e4b5343741839fe5af7b10f903a0

parent

f59f31505c64291c7f247fcfded0ba8ff3c513b5

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -799,7 +799,7 @@ :ensure t
: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