Add CMake mode
This commit is contained in:
parent
5dd520ffa8
commit
6f1eb6cc41
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -167,6 +167,9 @@
|
|||
(use-package json-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package cmake-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package flyspell
|
||||
:config
|
||||
(setq ispell-program-name "hunspell")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue