Add back config for CMake and Meson
This commit is contained in:
parent
3b918f2701
commit
9f8b6c9b43
16
config.org
16
config.org
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user