From d6a25b1689082d4762cdf20a33bd3838e31d6c4d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 18 Oct 2025 21:54:49 +0100 Subject: Add treesit auto package --- emacs-config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/emacs-config.org b/emacs-config.org index a95a305..5f36861 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -2228,6 +2228,18 @@ Automatically toggle Org mode LaTeX fragment previews as the cursor enters and e :hook org-mode) #+end_src +** Treesit Auto +https://github.com/renzmann/treesit-auto +Automatic installation tree-sitter major modes. +#+begin_src elisp + (use-package treesit-auto + :custom + (treesit-auto-install 'prompt) + :config + (treesit-auto-add-to-auto-mode-alist 'all) + (global-treesit-auto-mode)) +#+end_src + ** Icons *** Nerd Icons - Dired https://github.com/rainstormstudio/nerd-icons-dired -- cgit