Configure treesit-auto

This commit is contained in:
2024-07-20 09:44:53 -07:00
parent e942dad737
commit 3993b496b9

View File

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