summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-01 09:46:22 +0100
committerAlan Pearce2014-06-01 09:46:22 +0100
commit60e708caf5749afa62b513a4eb6f1b44a81c6352 (patch)
treef1034129ef15346f92bccf03d963a2d98f5e58cc /tag-emacs
parentef6d2fe05de4c244ac880c849383dcb0c5d3919e (diff)
downloaddotfiles-60e708caf5749afa62b513a4eb6f1b44a81c6352.tar.lz
dotfiles-60e708caf5749afa62b513a4eb6f1b44a81c6352.tar.zst
dotfiles-60e708caf5749afa62b513a4eb6f1b44a81c6352.zip
Emacs: Bind s-k to kill-this-buffer
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a30d6c0..38bc34e 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))