mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-12 17:51:06 -07:00
OCamlPro/ocp-indent@1213857683 -> OCamlPro/ocp-indent@e2ac9daae2 atomontage/xterm-color@2ad407c651 -> atomontage/xterm-color@ce82e87ea3 brownts/ada-ts-mode@d0c1c124b2 -> brownts/ada-ts-mode@52e0fd1160 emacs-ess/ESS@8369d574f1 -> emacs-ess/ESS@7b9123669c emacs-geiser/geiser@c8b862f00e -> emacs-geiser/geiser@43b9a034aa emacs-lsp/emacs-ccls@34251b799e -> emacs-lsp/emacs-ccls@12b43b357e emacs-typescript/typescript.el@481df3ad2c -> emacs-typescript/typescript.el@2535780bdb joaotavora/sly@63131ef965 -> joaotavora/sly@6a303bae74 ocaml/dune@28b7e8f3b2 -> ocaml/dune@a40c461736 ocaml/merlin@8b88b89ee7 -> ocaml/merlin@ecfbed3976 ocaml/tuareg@1600fdad28 -> ocaml/tuareg@f0cb55f217
25 lines
1.1 KiB
EmacsLisp
25 lines
1.1 KiB
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/cc/packages.el
|
|
|
|
(package! cmake-mode
|
|
:recipe (:host github :repo "emacsmirror/cmake-mode" :files (:defaults "*"))
|
|
:pin "b08b5d9045308362a623a4f576896d55ffecfd52")
|
|
(package! demangle-mode :pin "04f545adab066708d6151f13da65aaf519f8ac4e")
|
|
(package! disaster :pin "0299c129d4153e3a794358159737c3ff9d155654")
|
|
(package! opencl-mode :pin "6464abf969d916aba83e393b5206b147ac416da3")
|
|
|
|
(when (package! cuda-mode :pin "c3dae31b3d1abedf4d0b98840127e2cac73d6ad8")
|
|
(when (and (modulep! +tree-sitter) (treesit-available-p))
|
|
(package! cuda-ts-mode
|
|
:recipe (:host github :repo "Ergus/cuda-ts-mode")
|
|
:pin "807f15150deb3a3060bc36a0e135a27876d7e239")))
|
|
|
|
(when (package! glsl-mode :pin "86e6bb6cf28d1053366039683a4498401bab9c47")
|
|
(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 "12b43b357e834d59191d30d1941bf6bffaee677a"))
|