mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 10:31:23 -08:00
parent
5b37bfee23
commit
4df993d683
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue