switch treesit-auto-install to always automatically install, no prompt
This commit is contained in:
parent
620326f8f2
commit
9c3d194cec
|
@ -8,7 +8,7 @@
|
|||
(use-package treesit-auto
|
||||
:ensure t
|
||||
:custom
|
||||
(treesit-auto-install 'prompt)
|
||||
(treesit-auto-install t)
|
||||
:config
|
||||
(treesit-auto-add-to-auto-mode-alist 'all)
|
||||
(global-treesit-auto-mode))
|
||||
|
|
Loading…
Reference in a new issue