mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -9,6 +9,7 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
;; HACK: treesit lacks any way to dictate where to install grammars.
|
;; HACK: treesit lacks any way to dictate where to install grammars.
|
||||||
|
(add-to-list 'treesit-extra-load-path doom-profile-data-dir)
|
||||||
(defadvice! +tree-sitter--install-grammar-to-local-dir-a (fn &rest args)
|
(defadvice! +tree-sitter--install-grammar-to-local-dir-a (fn &rest args)
|
||||||
"Write grammars to `doom-profile-data-dir'."
|
"Write grammars to `doom-profile-data-dir'."
|
||||||
:around #'treesit-install-language-grammar
|
:around #'treesit-install-language-grammar
|
||||||
|
Reference in New Issue
Block a user