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! modern-cpp-font-lock)
|
2017-12-26 18:12:36 -05:00
|
|
|
(package! opencl-mode)
|
2017-02-19 18:57:16 -05:00
|
|
|
|
2018-05-16 00:16:05 +02:00
|
|
|
(when (package! glsl-mode)
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-glsl :recipe (:fetcher github :repo "Kaali/company-glsl"))))
|
2017-12-26 19:53:48 -05:00
|
|
|
|
2018-06-05 02:06:01 +02:00
|
|
|
(when (featurep! +irony)
|
|
|
|
(package! irony)
|
2018-05-16 00:16:05 +02:00
|
|
|
(package! irony-eldoc)
|
|
|
|
(when (featurep! :feature syntax-checker)
|
|
|
|
(package! flycheck-irony))
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-irony)
|
|
|
|
(package! company-irony-c-headers)))
|
2017-03-20 03:47:12 -04:00
|
|
|
|
2018-06-17 14:42:23 +02:00
|
|
|
(when (featurep! +rtags)
|
|
|
|
(package! rtags)
|
2018-05-16 00:16:05 +02:00
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! ivy-rtags))
|
|
|
|
(when (featurep! :completion helm)
|
|
|
|
(package! helm-rtags)))
|