Fix :autokill popup property not being respected
This commit is contained in:
parent
cf7b27f4eb
commit
ee1e9a853c
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ properties."
|
||||||
(when doom-popup-remember-history
|
(when doom-popup-remember-history
|
||||||
(setq doom-popup-history (list (doom--popup-data window))))
|
(setq doom-popup-history (list (doom--popup-data window))))
|
||||||
(let ((autokill-p (and (not doom-popup-inhibit-autokill)
|
(let ((autokill-p (and (not doom-popup-inhibit-autokill)
|
||||||
(plist-get doom-popup-rules :autokill))))
|
(doom-popup-property :autokill window))))
|
||||||
(with-selected-window window
|
(with-selected-window window
|
||||||
(doom-popup-mode -1)
|
(doom-popup-mode -1)
|
||||||
(when autokill-p
|
(when autokill-p
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue