fix(emacs/keybinds): correct native Elisp functions closing buffers

This commit is contained in:
2025-05-24 21:22:55 +02:00
parent 295ed85fd5
commit 8748b30895
2 changed files with 2 additions and 9 deletions

View File

@@ -59,13 +59,6 @@ focus the new window immediately.
(interactive)
(split-window-below)
(windmove-down))
(defun kill-buffer-and-delete-window ()
"Kill the current buffer and delete its window."
(interactive)
(progn
(kill-this-buffer)
(delete-window)))
#+end_src
** Resize windows