]> jturnerusa.dev Git - emacs.d/commit
setup ts modes in the treesit use-package expression
authorJohn Turner <jturner.usa@gmail.com>
Mon, 17 Jul 2023 03:38:07 +0000 (23:38 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Mon, 17 Jul 2023 03:38:07 +0000 (23:38 -0400)
commit13c41c97993c01b109399d4e0bf78d15ee6a7f4d
tree62471275c2db4c4879c5c0570c17d54b8e23494f
parent0ac08feb9e57560a625ea3ce9aefcba8996f58a8
setup ts modes in the treesit use-package expression

python-ts-mode and bash-ts-mode are not packages or features, so
we can't use them in a use-package expression.

Since we can't create use-package expressions for them, just set
up the requires variables in the treesit use-package expression.
packages/treesit.el