From 634843619d7cadd09e03144ca783909860769273 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 24 Apr 2024 21:05:48 -0700 Subject: [PATCH] Fix last commit --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 7d38bd4..4d71e0f 100644 --- a/init.el +++ b/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 #'eglot-ensure)) +;; kdl +(require 'kdl-ts-mode) + ;; json (use-package json-ts-mode :hook (json-ts-mode . eglot-ensure))