Use CMake docset for cmake-mode
This commit is contained in:
parent
263c82def1
commit
caed1f2d1a
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@ This is ignored by ccls.")
|
||||||
;;
|
;;
|
||||||
;; Major modes
|
;; Major modes
|
||||||
|
|
||||||
|
(use-package! cmake-mode
|
||||||
|
:defer t
|
||||||
|
:config (set-docsets! 'cmake-mode "CMake"))
|
||||||
|
|
||||||
(use-package! company-cmake ; for `cmake-mode'
|
(use-package! company-cmake ; for `cmake-mode'
|
||||||
:when (featurep! :completion company)
|
:when (featurep! :completion company)
|
||||||
:after cmake-mode
|
:after cmake-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue