mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/cc: map cmake-mode to .cmake files
This commit is contained in:
@ -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)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user