Emacs: unbind unhelpful s-n key
1 file changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/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