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

View File

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