diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:08 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 09:40:08 -0500 |
commit | 19a3dd648f2e6bdb6be5003b5a7505d30c1072eb (patch) | |
tree | 1c3d04da6656d41a093ad4f66ca96b592af17912 /emacs | |
parent | 034e5a52dc94cb2d635efe69c9e4c64a66419795 (diff) | |
download | rcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.tar.gz rcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.tar.bz2 rcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.zip |
Emacs: Fix treesit command
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)) |