mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
More reliable doom/popup-save macro
This commit is contained in:
@ -49,7 +49,8 @@ window. Returns nil or the popup window."
|
||||
`(let ((popup-p (doom/popups-p))
|
||||
(in-popup-p (doom/popup-p)))
|
||||
(when popup-p
|
||||
(doom/popup-close-all t))
|
||||
(doom/popup-close-all t)
|
||||
(doom/popup-close nil t))
|
||||
(prog1
|
||||
,@body
|
||||
(when popup-p
|
||||
|
Reference in New Issue
Block a user