Expand Org Babel language support

This commit is contained in:
Fabio Scotto di Santolo
2026-04-21 16:45:17 +02:00
parent c7190f7df4
commit b9e896a56a
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))