diff options
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 |
