From 60e708caf5749afa62b513a4eb6f1b44a81c6352 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 1 Jun 2014 09:46:22 +0100 Subject: Emacs: Bind s-k to kill-this-buffer --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index a30d6c05..38bc34ee 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -384,6 +384,7 @@ (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)) -- cgit 1.4.1