mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
core-ui: fix comment typo
This commit is contained in:
@@ -570,7 +570,7 @@ to original `kill-this-buffer'."
|
||||
(advice-add #'kill-this-buffer :around #'doom*switch-to-fallback-buffer-maybe)
|
||||
;; Don't kill the fallback buffer
|
||||
(add-hook 'kill-buffer-query-functions #'doom|protect-fallback-buffer)
|
||||
;; Don't kill buffers that are visible else, only bury them
|
||||
;; Don't kill buffers that are visible in another window, only bury them
|
||||
(add-hook 'kill-buffer-query-functions #'doom|protect-visible-buffers)
|
||||
;; Renames major-modes [pedantry intensifies]
|
||||
(add-hook 'after-change-major-mode-hook #'doom|set-mode-name)
|
||||
|
Reference in New Issue
Block a user