mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
20 lines
436 B
EmacsLisp
20 lines
436 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/cc/packages.el
|
|
|
|
(@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)
|
|
|
|
(when (@featurep :feature syntax-checker)
|
|
(@package flycheck-irony))
|
|
|
|
(when (@featurep :completion company)
|
|
(@package company-irony)
|
|
(@package company-irony-c-headers))
|