diff --git a/emacs.d/lang-modes.el b/emacs.d/lang-modes.el index f5445a6..badc5a5 100644 --- a/emacs.d/lang-modes.el +++ b/emacs.d/lang-modes.el @@ -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))