Merge branch 'main' of git.zander.im:Zander671/emacs-config
This commit is contained in:
commit
2bb73471a0
3
init.el
3
init.el
@ -848,6 +848,9 @@ COMMAND and COMINT are like `compile'."
|
|||||||
(add-hook 'cmake-ts-mode-hook #'my/setup-cmake-ts-mode)
|
(add-hook 'cmake-ts-mode-hook #'my/setup-cmake-ts-mode)
|
||||||
(add-hook 'cmake-ts-mode-hook #'eglot-ensure))
|
(add-hook 'cmake-ts-mode-hook #'eglot-ensure))
|
||||||
|
|
||||||
|
;; kdl
|
||||||
|
(require 'kdl-ts-mode)
|
||||||
|
|
||||||
;; json
|
;; json
|
||||||
(use-package json-ts-mode
|
(use-package json-ts-mode
|
||||||
:hook (json-ts-mode . eglot-ensure))
|
:hook (json-ts-mode . eglot-ensure))
|
||||||
|
Loading…
Reference in New Issue
Block a user