From 6a557516797796c060892b42d4abcf949f2ee2ee Mon Sep 17 00:00:00 2001 From: UndeadKernel Date: Thu, 10 Jan 2019 14:24:17 +0100 Subject: [PATCH] bindings: correctly detect if syntax-checker is on --- 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 8836ef25c..858eeb0d6 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -204,7 +204,7 @@ "RET" #'flyspell-correct-word-generic [mouse-1] #'flyspell-correct-word-generic)) - (:when (featurep! :completion syntax-checker) + (:when (featurep! :feature syntax-checker) :m "]e" #'next-error :m "[e" #'previous-error (:after flycheck