Update SPC o t/T keybind predicate

Since :emacs vterm was moved to :tools
This commit is contained in:
Henrik Lissner 2019-02-18 18:50:02 -05:00 committed by GitHub
parent c79a992545
commit 002914c912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -689,7 +689,7 @@
(:when (featurep! :emacs term)
:desc "Terminal" "t" #'+term/open
:desc "Terminal in popup" "T" #'+term/open-popup-in-project)
(:when (featurep! :emacs vterm)
(:when (featurep! :tools vterm)
:desc "Terminal" "t" #'+vterm/open
:desc "Terminal in popup" "T" #'+vterm/open-popup-in-project)
(:when (featurep! :emacs eshell)