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

@ -689,6 +689,9 @@
(:when (featurep! :emacs term)
:desc "Terminal" "t" #'+term/open
:desc "Terminal in popup" "T" #'+term/open-popup-in-project)
(:when (featurep! :emacs vterm)
:desc "Terminal" "t" #'+vterm/open
:desc "Terminal in popup" "T" #'+vterm/open-popup-in-project)
(:when (featurep! :emacs eshell)
:desc "Eshell" "e" #'+eshell/open
:desc "Eshell in popup" "E" #'+eshell/open-popup)