aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 4062d8d..bc556c9 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -426,7 +426,7 @@
(setq column-number-mode t)
-(global-set-key (kbd "C-x C-k") #'kill-this-buffer)
+(global-set-key (kbd "C-x C-k") #'kill-current-buffer)
(global-set-key (kbd "C-M-y") #'(lambda ()
(interactive)
(insert (gui-get-primary-selection))))