Add cmake support to emacs.

This commit is contained in:
Tom Alexander
2025-01-25 10:20:02 -05:00
parent 1ebf31dc11
commit 7d94210d8f
3 changed files with 22 additions and 0 deletions

View File

@@ -127,6 +127,8 @@ in
final.nixfmt-rfc-style # auto-formatting nix files through nixd
final.clang # To compile tree-sitter grammars
final.shellcheck
final.cmake-language-server
final.cmake # Used by cmake-language-server
]
}
'';