feature/popup: always open term/eshell popups at bottom of frame
This commit is contained in:
parent
611b528520
commit
5ca78c3984
1 changed files with 2 additions and 2 deletions
|
@ -185,8 +185,8 @@ example:
|
|||
nil
|
||||
'((transient)))
|
||||
(+popup-define "^\\*doom \\(?:term\\|eshell\\)"
|
||||
'((size . 0.25))
|
||||
'((quit) (transient . 0)))
|
||||
'((size . 0.25) (vslot . -10))
|
||||
'((select . t) (quit) (transient . 0)))
|
||||
(+popup-define "^\\*doom:"
|
||||
'((size . 0.35) (side . bottom))
|
||||
'((select . t) (modeline . t) (quit) (transient . t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue