From d0fa95f9a07526d5f226d61e3dda4c2b72b1514a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 2 Feb 2018 18:56:57 -0500 Subject: [PATCH] feature/popup: change 'doom:' rule: transient = t --- modules/feature/popup/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature/popup/config.el b/modules/feature/popup/config.el index 1bce43413..a94792b59 100644 --- a/modules/feature/popup/config.el +++ b/modules/feature/popup/config.el @@ -162,7 +162,7 @@ ALIST supports one custom parameter: `size', which will resolve to '((quit) (transient . 0))) (set! :popup "^\\*doom:" '((size . 0.35) (side . bottom)) - '((select . t) (modeline . t) (quit) (transient))) + '((select . t) (modeline . t) (quit) (transient . t))) (set! :popup "^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)" '((size . +popup-shrink-to-fit)) '((transient . 0) (select . ignore)))) nil)