diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-18 21:54:49 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-18 21:54:49 +0100 |
| commit | d6a25b1689082d4762cdf20a33bd3838e31d6c4d (patch) | |
| tree | 56b6576f07c10efa6dffb265b8cb36a8a0561954 /emacs-config.org | |
| parent | bcb5c443965d420237214eff4a1308a7afc6e789 (diff) | |
Add treesit auto package
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
