feature/popup: add multi-term, eshell and evil hacks
This commit is contained in:
parent
031e31c03c
commit
f9ab0cf767
2 changed files with 70 additions and 2 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue