lang/cc: map cmake-mode to .cmake files
This commit is contained in:
parent
e5dcdadd5e
commit
a02edc1d01
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ compilation database is present in the project.")
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! cmake-mode
|
(def-package! cmake-mode
|
||||||
:mode "CMakeLists\\.txt$"
|
:mode "/CMakeLists\\.txt$"
|
||||||
|
:mode "\\.cmake\\$"
|
||||||
:config
|
:config
|
||||||
(set! :company-backend 'cmake-mode '(company-cmake company-yasnippet)))
|
(set! :company-backend 'cmake-mode '(company-cmake company-yasnippet)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue