From 396d4345f8ad07c1fcd42ad2937598b66ee20471 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 6 Jul 2024 02:56:06 +0200 Subject: [PATCH] Update .emacs.d/README.org --- private_dot_emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_emacs.d/README.org b/private_dot_emacs.d/README.org index 72fa723..caa68d3 100644 --- a/private_dot_emacs.d/README.org +++ b/private_dot_emacs.d/README.org @@ -311,7 +311,7 @@ Tree-sitter is a built-in Emacs package that allows us to have extremely well in (tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src") (typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src") (yaml "https://github.com/ikatyang/tree-sitter-yaml"))) - (setq treesit-font-lock-level 4) + (setq treesit-font-lock-level 4) (add-to-list 'auto-mode-alist '("\\.ts\\'" . tsx-ts-mode)) (add-to-list 'auto-mode-alist '("\\.tsx\\'" . tsx-ts-mode)) (add-to-list 'auto-mode-alist '("\\.py\\'" . python-ts-mode))