mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(treesit): tweak setup of built-in treesit modes
This commit is contained in:
@@ -16,5 +16,13 @@
|
||||
(when (not (treesit-ready-p ',lang))
|
||||
(treesit-install-language-grammar ',lang))))))
|
||||
|
||||
(use-package treesit-auto
|
||||
:demand t
|
||||
:if (fboundp 'treesit-ready-p)
|
||||
:custom
|
||||
(treesit-auto-install nil)
|
||||
:config
|
||||
(global-treesit-auto-mode))
|
||||
|
||||
(provide 'siren-treesit)
|
||||
;;; siren-treesit.el ends here
|
||||
|
||||
Reference in New Issue
Block a user