From 002914c912297ca0a117199c1381862384d72e97 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 18 Feb 2019 18:50:02 -0500 Subject: [PATCH] Update SPC o t/T keybind predicate Since :emacs vterm was moved to :tools --- modules/config/default/+evil-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index b072979d3..406c39c9c 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -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)