mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/cc: remove redundant condition
This commit is contained in:
@ -179,7 +179,6 @@ compilation database is present in the project.")
|
|||||||
(def-package! company-irony-c-headers :after company-irony)
|
(def-package! company-irony-c-headers :after company-irony)
|
||||||
|
|
||||||
(def-package! company-glsl
|
(def-package! company-glsl
|
||||||
:when (featurep! :completion company)
|
|
||||||
:after glsl-mode
|
:after glsl-mode
|
||||||
:config
|
:config
|
||||||
(if (executable-find "glslangValidator")
|
(if (executable-find "glslangValidator")
|
||||||
|
Reference in New Issue
Block a user