From ee1e9a853cf912be46185c83ef535b797912b51b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 26 Sep 2017 20:28:47 +0200 Subject: [PATCH] Fix :autokill popup property not being respected --- core/core-popups.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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