Expand Org Babel language support

This commit is contained in:
Fabio Scotto di Santolo
2026-04-21 16:45:17 +02:00
parent f7f35ecf15
commit 54bc1114b1
3 changed files with 46 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
:after treesit
:custom
(treesit-auto-install 'prompt)
(treesit-auto-langs '(bash c cpp dockerfile go gomod json markdown python yaml))
(treesit-auto-langs '(bash c cpp dockerfile go gomod json markdown python rust yaml))
:config
(treesit-auto-add-to-auto-mode-alist 'all)
(global-treesit-auto-mode))