Add doom-popup-inhibit-autokill variable
This commit is contained in:
parent
e6f892b115
commit
65d758ce8f
2 changed files with 11 additions and 3 deletions
|
@ -93,7 +93,8 @@ Returns t if popups were restored, nil otherwise."
|
|||
(select-window doom-popup-other-window)
|
||||
(other-window 1)))
|
||||
(if (doom-popup-windows)
|
||||
(doom/popup-close-all t)
|
||||
(let ((doom-popup-inhibit-autokill t))
|
||||
(doom/popup-close-all t))
|
||||
(doom/popup-restore)))
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue