Add back config for CMake and Meson

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:34 +00:00
parent 3b918f2701
commit 9f8b6c9b43

View File

@ -587,3 +587,19 @@
(add-hook 'zig-mode-hook #'lsp-deferred)
#+end_src
* Tool Integrations
** Build systems
*** CMake
I hate it, but it's everywhere. =cmake-mode= provides basic syntax
highlighting etc.
#+begin_src emacs-lisp
(use-package cmake-mode)
#+end_src
*** Meson
Use =meson-mode= for syntax highlighting etc in meson.build files.
#+begin_src emacs-lisp
(use-package meson-mode)
#+end_src