feat(:lang): enable ts text objs in modes

This commit is contained in:
Jeetaditya Chatterjee 2021-12-19 22:33:58 +00:00
parent 2cd40f7aa7
commit 0c2f986708
No known key found for this signature in database
GPG key ID: 09D54CECD2132B91
18 changed files with 54 additions and 18 deletions

View file

@ -32,4 +32,6 @@
(eval-when! (featurep! +tree-sitter)
(add-hook! '(json-mode
jsonc-mode) #'turn-on-tree-sitter-mode))
jsonc-mode)
#'turn-on-tree-sitter-mode
#'+tree-sitter-keys-mode))