summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 5140228..1276891 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -42,6 +42,7 @@
(electric-indent-mode -1)
(global-auto-revert-mode 1)
+(keymap-global-set "C-c DEL" #'bury-buffer)
(keymap-global-set "C-c j" #'join-line)
(keymap-global-set "C-c q" #'electric-quote-local-mode)