2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/cc/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! cmake-mode)
|
|
|
|
(package! cuda-mode)
|
|
|
|
(package! demangle-mode)
|
|
|
|
(package! disaster)
|
|
|
|
(package! glsl-mode)
|
|
|
|
(package! irony)
|
|
|
|
(package! irony-eldoc)
|
|
|
|
(package! opencl-mode)
|
|
|
|
(package! modern-cpp-font-lock)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :feature syntax-checker)
|
|
|
|
(package! flycheck-irony))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(when (featurep! :completion company)
|
2017-07-06 12:44:03 +02:00
|
|
|
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! company-irony)
|
|
|
|
(package! company-irony-c-headers))
|
2017-03-20 03:47:12 -04:00
|
|
|
|