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)