Improve popup compatibility for eshell & multi-term

This commit is contained in:
Henrik Lissner 2018-01-07 15:25:35 -05:00
parent d675ade45d
commit 742f5b26ed
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 6 additions and 5 deletions

View file

@ -144,6 +144,9 @@ ALIST supports one custom parameter: `size', which will resolve to
(set! :popup "^\\*Help"
'((slot . -1) (size . 0.2))
'((select . t)))
(set! :popup "^\\*\\(?:term\\|doom eshell\\)"
'((size . 0.25))
'((select . t) (quit) (transient . 0)))
(set! :popup "^\\*doom:"
'((size . 0.35))
'((select . t) (modeline . t) (quit) (transient))))