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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))