Skip to content

Commit

Permalink
fix(treesit-auto): minor bug when deleting protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 7, 2023
1 parent f3c1df2 commit 28cd503
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 @@ -20,7 +20,7 @@
: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)
(memq (cl-struct-slot-value (type-of (car treesit-auto-recipe-list)) 'lang recipe)
'(protobuf)))
treesit-auto-recipe-list)
;; Install all languages when calling `treesit-auto-install-all'
Expand Down

0 comments on commit 28cd503

Please sign in to comment.