From d00014c590b3e06ca6e332b61ab9bc1097f98ccf Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 31 Mar 2025 12:50:47 +0200 Subject: [PATCH] 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). --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 121c88e..36dced4 100644 --- a/configuration.org +++ b/configuration.org @@ -3301,7 +3301,7 @@ Because that’s 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