doom/popup-toggle: force close popups
This commit is contained in:
parent
4221bea044
commit
2e66b2e13d
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ Returns t if popups were restored, nil otherwise."
|
||||||
(select-window doom-popup-other-window)
|
(select-window doom-popup-other-window)
|
||||||
(other-window 1)))
|
(other-window 1)))
|
||||||
(if (doom-popup-windows)
|
(if (doom-popup-windows)
|
||||||
(doom/popup-close-all)
|
(doom/popup-close-all t)
|
||||||
(doom/popup-restore)))
|
(doom/popup-restore)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue