Skip to content

Commit

Permalink
revert(treesit-auto): remove protobuf temporary hack, fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 15, 2023
1 parent 1a3c3a5 commit cc7d74e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
: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 (type-of (car treesit-auto-recipe-list)) 'lang recipe)
'(proto)))
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 cc7d74e

Please sign in to comment.