mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
ProofGeneral/PG@e0ec3db200 -> ProofGeneral/PG@85cde55a86 ananthakumaran/exunit.el@ee06b14b61 -> ananthakumaran/exunit.el@8de56e3fd5 emacs-lsp/emacs-ccls@41399b0eba -> emacs-lsp/emacs-ccls@28c7930c89 emacs-php/php-mode@0f756a8c07 -> emacs-php/php-mode@5b6cc1c068 hhvm/hack-mode@343e45f2a6 -> hhvm/hack-mode@0addbff8b6 immerrr/lua-mode@d074e4134b -> immerrr/lua-mode@2f6b8d7a63 jart/disaster@b20f8e1ef9 -> jart/disaster@8b44591322 jwiegley/emacs-async@b99658e831 -> jwiegley/emacs-async@bb3f31966e ocaml/dune@b74586e909 -> ocaml/dune@a46193e167 ocaml/merlin@92c3ba9473 -> ocaml/merlin@2eeb63d002 ocaml/tuareg@1d53723e39 -> ocaml/tuareg@1600fdad28 purescript-emacs/purescript-mode@b076bafe94 -> purescript-emacs/purescript-mode@a3d6ca4ba5 technomancy/fennel-mode@4ccb6d5944 -> technomancy/fennel-mode@811f39de12
24 lines
995 B
EmacsLisp
24 lines
995 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/cc/packages.el
|
|
|
|
(package! cmake-mode
|
|
:recipe (:host github :repo "emacsmirror/cmake-mode" :files (:defaults "*"))
|
|
:pin "b08b5d9045308362a623a4f576896d55ffecfd52")
|
|
(package! cuda-mode :pin "c3dae31b3d1abedf4d0b98840127e2cac73d6ad8")
|
|
(package! demangle-mode :pin "04f545adab066708d6151f13da65aaf519f8ac4e")
|
|
(package! disaster :pin "8b445913221feb0c196e943106643040118bcd77")
|
|
(package! opencl-mode :pin "204d5d9e0f5cb2cbe810f2933230eb08fe2c7695")
|
|
|
|
(unless (modulep! +tree-sitter)
|
|
(package! modern-cpp-font-lock :pin "43c6b68ff58fccdf9deef11674a172e4eaa8455c"))
|
|
|
|
(when (package! glsl-mode :pin "c5f2c2e7edf8a647eda74abe2cdf73fa6f62ebd2")
|
|
(when (modulep! :completion company)
|
|
(package! company-glsl
|
|
:recipe (:host github :repo "Kaali/company-glsl")
|
|
:pin "404cd0694ab34971f9c01eb22126cd2e7d3f9dc4")))
|
|
|
|
(when (and (modulep! +lsp)
|
|
(modulep! :tools lsp -eglot))
|
|
(package! ccls :pin "28c7930c89c48a8f8e0ff5a62734f587f54e52be"))
|