Rebind C-x k to kill-current-buffer

Emacs 30 updated kill-this-buffer so it must be executed by a mouse event (e.g. from the menu).
This commit is contained in:
Gergely Polonkai 2025-03-31 12:50:47 +02:00
parent 082988c915
commit d00014c590
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4

View File

@ -3301,7 +3301,7 @@ Because thats still my favourite language.
("|" . gpolonkai/toggle-window-split)
("C-b" . bury-buffer)
("C-d" . wted/delete-current-buffer-file)
("k" . kill-this-buffer)
("k" . kill-current-buffer)
("C-r" . wted/rename-current-buffer-file)
("C-y" . duplicate-line)
:map isearch-mode-map