feature/popup: change 'doom:' rule: transient = t
This commit is contained in:
parent
e71f28601a
commit
d0fa95f9a0
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ ALIST supports one custom parameter: `size', which will resolve to
|
||||||
'((quit) (transient . 0)))
|
'((quit) (transient . 0)))
|
||||||
(set! :popup "^\\*doom:"
|
(set! :popup "^\\*doom:"
|
||||||
'((size . 0.35) (side . bottom))
|
'((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\\)"
|
(set! :popup "^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)"
|
||||||
'((size . +popup-shrink-to-fit)) '((transient . 0) (select . ignore))))
|
'((size . +popup-shrink-to-fit)) '((transient . 0) (select . ignore))))
|
||||||
nil)
|
nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue