fix(ocaml): ocaml tree-sitter function typo

This commit is contained in:
joh13266
2022-08-10 18:07:13 -05:00
committed by Henrik Lissner
parent 0e6682612f
commit eb65ef169b

View File

@ -122,4 +122,4 @@
;; Tree sitter
(eval-when! (featurep! +tree-sitter)
(add-hook! 'tuareg-mode-local-vars-hook #'tree-sitter))
(add-hook! 'tuareg-mode-local-vars-hook #'tree-sitter!))