diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:57:09 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:08 +0200 |
| commit | 5f87cc5242b9ec1619ec9124bd87b2fcc62dc922 (patch) | |
| tree | db5cf4f4956ce43f5cb909b9d3be2992f8802510 /dot.emacs.d | |
| parent | 62625590caa38dd6bbe53bd4d89f3d167ac96c4d (diff) | |
Emacs: `kill-this-buffer` → `kill-current-buffer`
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
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)))) |
