adding cmake mode

This commit is contained in:
Chris Cochrun 2022-05-25 06:36:23 -05:00
parent fdbcc61ee5
commit dca4228c3c
2 changed files with 9 additions and 0 deletions

View file

@ -1963,6 +1963,12 @@ Let's give eglot a try.
(c++-mode . eglot))
#+end_src
*** CMAKE
#+begin_src emacs-lisp
(use-package cmake-mode
:mode ("\\CMakeLists.txt\\'" . cmake-mode))
#+end_src
*** Fennel
I use fennel to build my awesomewm config. So, we'll need that downloaded.
#+begin_src emacs-lisp