mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
Replace kill-this-buffer with kill-current-buffer
As per the documentation for kill-this-buffer, it should only be invoked from the menu and behaves unpredictably when invoked programmatically.
This commit is contained in:
@@ -200,7 +200,7 @@ and complains if a module is loaded too early (during startup)."
|
||||
(+evil-collection-init (if EMACS26+ 'replace "replace")))
|
||||
|
||||
(evil-define-key* 'normal process-menu-mode-map
|
||||
"q" #'kill-this-buffer
|
||||
"q" #'kill-current-buffer
|
||||
"d" #'process-menu-delete-process)
|
||||
|
||||
;; Load the rest
|
||||
|
Reference in New Issue
Block a user