summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-10 09:40:08 -0500
committerMarc Coquand <marc@mccd.space>2024-05-10 09:40:08 -0500
commit19a3dd648f2e6bdb6be5003b5a7505d30c1072eb (patch)
tree1c3d04da6656d41a093ad4f66ca96b592af17912 /emacs
parent034e5a52dc94cb2d635efe69c9e4c64a66419795 (diff)
downloadrcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.tar.gz
rcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.tar.bz2
rcm-19a3dd648f2e6bdb6be5003b5a7505d30c1072eb.zip
Emacs: Fix treesit command
Diffstat (limited to 'emacs')
-rw-r--r--emacs3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs b/emacs
index 3ef9445..89f7000 100644
--- a/emacs
+++ b/emacs
@@ -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))