Close popups in doom/kill-all-buffers
This commit is contained in:
parent
5a12f552dc
commit
9b0d333a66
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue