diff --git a/core/core-popups.el b/core/core-popups.el index fdee96632..22dd28f99 100644 --- a/core/core-popups.el +++ b/core/core-popups.el @@ -255,7 +255,7 @@ properties." (when doom-popup-remember-history (setq doom-popup-history (list (doom--popup-data window)))) (let ((autokill-p (and (not doom-popup-inhibit-autokill) - (plist-get doom-popup-rules :autokill)))) + (doom-popup-property :autokill window)))) (with-selected-window window (doom-popup-mode -1) (when autokill-p