Merge branch 'main' of git.zander.im:Zander671/emacs-config

This commit is contained in:
Alexander Rosenberg 2024-04-28 14:13:54 -07:00
commit 2bb73471a0
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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