Add new variable: doom-popup-windows
Contains a list of open popup windows. This preserves window order. Before this commit, doom-popup-windows (the function), did not do this.
This commit is contained in:
parent
4fc39a0f71
commit
8c3693ed47
2 changed files with 6 additions and 1 deletions
|
@ -47,7 +47,7 @@ possible rules."
|
|||
;;;###autoload
|
||||
(defun doom-popup-windows ()
|
||||
"Get a list of open pop up windows."
|
||||
(cl-remove-if-not #'doom-popup-p (window-list)))
|
||||
(cl-remove-if-not #'doom-popup-p doom-popup-windows))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/popup-restore ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue