mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Close popups in doom/kill-all-buffers
This commit is contained in:
@ -254,6 +254,7 @@ regex PATTERN. Returns the number of killed buffers."
|
||||
|
||||
If PROJECT-P, kill all buffers that belong to the current project."
|
||||
(interactive "P")
|
||||
(doom/popup-close-all t)
|
||||
(let ((buffers (if project-p (doom-project-buffer-list) (doom-buffer-list))))
|
||||
(mapc #'doom-kill-buffer-and-windows buffers)
|
||||
(unless (doom-real-buffer-p)
|
||||
|
Reference in New Issue
Block a user