feature/popup: change 'doom:' rule: transient = t

This commit is contained in:
Henrik Lissner 2018-02-02 18:56:57 -05:00
parent e71f28601a
commit d0fa95f9a0
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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)