Merge pull request #1144 from SteamedFish/develop

Add vterm layer
This commit is contained in:
Henrik Lissner 2019-02-21 20:16:57 -05:00 committed by GitHub
commit 88f50bbdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 188 additions and 0 deletions

View file

@ -730,6 +730,9 @@
(:when (featurep! :emacs term)
:desc "Terminal" "t" #'+term/open
:desc "Terminal in popup" "T" #'+term/open-popup-in-project)
(:when (featurep! :tools 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)