mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix :autokill popup property not being respected
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user