feature/popup: always open term/eshell popups at bottom of frame

This commit is contained in:
Henrik Lissner 2018-03-28 17:31:23 -04:00
parent 611b528520
commit 5ca78c3984
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))