lang/cc: add flycheck-irony back to packages.el (whoops)

This commit is contained in:
Henrik Lissner 2017-12-26 19:53:48 -05:00
parent 2eb0c4adb6
commit 62f7b2a9f4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -11,6 +11,9 @@
(package! modern-cpp-font-lock) (package! modern-cpp-font-lock)
(package! opencl-mode) (package! opencl-mode)
(when (featurep! :feature syntax-checker)
(package! flycheck-irony))
(when (featurep! :completion company) (when (featurep! :completion company)
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl")) (package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))
(package! company-irony) (package! company-irony)