adding cmake mode
This commit is contained in:
parent
fdbcc61ee5
commit
dca4228c3c
|
@ -1963,6 +1963,12 @@ Let's give eglot a try.
|
||||||
(c++-mode . eglot))
|
(c++-mode . eglot))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
*** CMAKE
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package cmake-mode
|
||||||
|
:mode ("\\CMakeLists.txt\\'" . cmake-mode))
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Fennel
|
*** Fennel
|
||||||
I use fennel to build my awesomewm config. So, we'll need that downloaded.
|
I use fennel to build my awesomewm config. So, we'll need that downloaded.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue