lang/cc: map cmake-mode to .cmake files

This commit is contained in:
Henrik Lissner
2017-12-26 18:12:15 -05:00
parent e5dcdadd5e
commit a02edc1d01

View File

@ -144,7 +144,8 @@ compilation database is present in the project.")
;;
(def-package! cmake-mode
:mode "CMakeLists\\.txt$"
:mode "/CMakeLists\\.txt$"
:mode "\\.cmake\\$"
:config
(set! :company-backend 'cmake-mode '(company-cmake company-yasnippet)))