From 9f8b6c9b43415675f5ed4cd571349a77474324f3 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:34 +0000 Subject: [PATCH] Add back config for CMake and Meson --- config.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.org b/config.org index 828c438..527a099 100644 --- a/config.org +++ b/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