switch treesit-auto-install to always automatically install, no prompt

This commit is contained in:
Gered 2025-01-20 14:26:44 -05:00
parent 620326f8f2
commit 9c3d194cec

View file

@ -8,7 +8,7 @@
(use-package treesit-auto (use-package treesit-auto
:ensure t :ensure t
:custom :custom
(treesit-auto-install 'prompt) (treesit-auto-install t)
:config :config
(treesit-auto-add-to-auto-mode-alist 'all) (treesit-auto-add-to-auto-mode-alist 'all)
(global-treesit-auto-mode)) (global-treesit-auto-mode))