diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -272,8 +272,6 @@ :ensure t :defer t) -(treesit) - (setq treesit-language-source-alist '((bash "https://github.com/tree-sitter/tree-sitter-bash") (cmake "https://github.com/uyha/tree-sitter-cmake") @@ -344,7 +342,6 @@ (add-hook 'terraform-mode-hook 'eglot-ensure) - (add-to-list 'auto-mode-alist '("\\.ts\\'" . typescript-ts-mode)) (add-to-list 'auto-mode-alist '("\\.tsx\\'" . tsx-ts-mode)) (add-to-list 'auto-mode-alist '("\\.tf\\'" . terraform-mode)) |