YDNRSRHBNS5QKTYIZ5Y2TCCU43OGBYU77CWONC4ZL6LJC3RCG7BQC
:after tree-sitter
:ensure t)
:init
(message "setting up tree-sitter-langs")
(cl-pushnew (f-join *fwoar-git-repos*
"github.com"
"emacs-tree-sitter"
"tree-sitter-langs")
load-path
:test 'equal)
(require 'tree-sitter-langs)
:after tree-sitter f
:no-require t
:ensure nil)