feature/popup: add multi-term, eshell and evil hacks

This commit is contained in:
Henrik Lissner 2018-01-07 20:21:43 -05:00
parent 031e31c03c
commit f9ab0cf767
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 70 additions and 2 deletions

View file

@ -145,9 +145,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\\)"
(set! :popup "^\\*doom \\(?:term\\|eshell\\)"
'((size . 0.25))
'((select . t) (quit) (transient . 0)))
'((quit) (transient . 0)))
(set! :popup "^\\*doom:"
'((size . 0.35))
'((select . t) (modeline . t) (quit) (transient))))