From ad8418a84b2ecdc9e637ec670b58a175aeddd423 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 19 Sep 2017 05:07:05 +0200 Subject: [PATCH] lang/cc: remove redundant condition --- modules/lang/cc/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index 126749f07..f95bbce42 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -179,7 +179,6 @@ compilation database is present in the project.") (def-package! company-irony-c-headers :after company-irony) (def-package! company-glsl - :when (featurep! :completion company) :after glsl-mode :config (if (executable-find "glslangValidator")