aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-03-09 13:18:25 +0100
committerThomas Schneider <qsx@qsx.re>2018-03-09 13:18:25 +0100
commit5cb17d33cb57aa8a659a5dfb74de23f9e95ee803 (patch)
tree8bfc4268d8b6e4eba3bb218e86ae48c8b8c2d003 /dot.emacs.d
parent52c457c86f2bb2ea71fe5197e19c1fba6d2bc31d (diff)
Emacs: Add key binding for 'kill-this-buffer
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 55697da..c8d5240 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -70,3 +70,5 @@
(setq tramp-default-method "ssh")
(setq column-number-mode t)
+
+(global-set-key (kbd "C-x C-k") 'kill-this-buffer)