Skip to content

Commit

Permalink
fix(treesit-auto): fix language name to exclude Protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 10, 2023
1 parent 4d352ce commit 0a2d2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
;; 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)
'(protobuf)))
'(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 0a2d2de

Please sign in to comment.