Add vterm layer

vterm layer uses emacs-libvterm for terminal support
This commit is contained in:
SteamedFish 2019-01-27 03:45:29 +08:00
parent 7ca2b42d2b
commit 424c358786
8 changed files with 134 additions and 0 deletions

View file

@ -144,6 +144,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
:size 0.45 :vslot -3 :ttl 0 :quit t :select t)
("^\\*doom \\(?:term\\|eshell\\)"
:size 0.25 :vslot -4 :select t :quit nil :ttl 0)
("^vterm"
:size 0.25 :vslot -4 :select t :quit nil :ttl 0)
("^\\*doom:"
:vslot -5 :size 0.35 :size bottom :autosave t :select t :modeline t :quit nil)
("^\\*\\(?:\\(?:Pp E\\|doom e\\)val\\)"