core-ui: fix comment typo
This commit is contained in:
parent
cbd6bf190a
commit
46225e2830
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ to original `kill-this-buffer'."
|
||||||
(advice-add #'kill-this-buffer :around #'doom*switch-to-fallback-buffer-maybe)
|
(advice-add #'kill-this-buffer :around #'doom*switch-to-fallback-buffer-maybe)
|
||||||
;; Don't kill the fallback buffer
|
;; Don't kill the fallback buffer
|
||||||
(add-hook 'kill-buffer-query-functions #'doom|protect-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)
|
(add-hook 'kill-buffer-query-functions #'doom|protect-visible-buffers)
|
||||||
;; Renames major-modes [pedantry intensifies]
|
;; Renames major-modes [pedantry intensifies]
|
||||||
(add-hook 'after-change-major-mode-hook #'doom|set-mode-name)
|
(add-hook 'after-change-major-mode-hook #'doom|set-mode-name)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue