diff options
author | mms <michal@sapka.me> | 2024-07-15 00:02:46 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-15 00:03:13 +0200 |
commit | 18a318b4dfffea669dcc88b0e9aa452ccec6d46b (patch) | |
tree | cda43360bc1cae7d58f96c6030ee00ef6edee2be | |
parent | 2e93133943d295f8dfad863c5bdedc8d7eb5f9d8 (diff) |
feat: auto install treesit modes
-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 |