mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
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:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user