all repos — nixfiles @ 60e708caf5749afa62b513a4eb6f1b44a81c6352

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

Emacs: Bind s-k to kill-this-buffer

Alan Pearce
commit

60e708caf5749afa62b513a4eb6f1b44a81c6352

parent

ef6d2fe05de4c244ac880c849383dcb0c5d3919e

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -384,6 +384,7 @@ (unbind-key "s-h")
(unbind-key "s-n") (unbind-key "s-p") (unbind-key "s-w") +(bind-key "s-k" #'kill-this-buffer) (bind-key "s-x" (define-prefix-command 'super-x-map))