Skip to content

Commit

Permalink
tweak(treesit-auto): temporary disable protobuf (see #114)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 7, 2023
1 parent 2cabf08 commit af0f970
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
:custom
(treesit-auto-install 'prompt)
:config
;; TEMP+BUG: Disable `protobuf's recipe from `treesit-auto-recipe-list', see #114
(cl-delete-if (lambda (recipe)
(memq (cl-struct-slot-value 'treesit-auto-recipe 'lang recipe)
'(protobuf)))
treesit-auto-recipe-list)
;; Install all languages when calling `treesit-auto-install-all'
(setq treesit-language-source-alist (treesit-auto--build-treesit-source-alist)))

Expand Down

0 comments on commit af0f970

Please sign in to comment.