all repos — nixfiles @ 5ac5ba3ba8e7b78736ff0e12a065713658579063

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

Emacs: unbind unhelpful s-n key

Alan Pearce
commit

5ac5ba3ba8e7b78736ff0e12a065713658579063

parent

15dd3bf7481143411a0598770ce0eabc7dd02213

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -492,6 +492,8 @@ (unbind-key "C-x C-c")
(bind-key "C-c i" #'ucs-insert) +(unbind-key "s-n") + (set-register ?e `(file . ,*init-file*)) ;; Enable narrowing functions C-x n