diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -7,10 +7,14 @@ ** Treesitter -Tresitter has huge problems working on FreeBSD. In my case it just throws errors around unsupported system type. -I'll return here on a later date - -*** TODO retry Trisitter on FreeBSD +#+begin_src emacs-lisp +(use-package treesit-auto + :custom + (treesit-auto-install 'prompt) + :config + (treesit-auto-add-to-auto-mode-alist 'all) + (global-treesit-auto-mode)) +#+end_src ** Varia |