fix(lib): doom/sandbox: tree-sitter extra load path

This commit is contained in:
Troy Brown
2025-09-21 10:51:13 -04:00
committed by Henrik Lissner
parent c27621a777
commit fa6a2607b7

View File

@@ -87,6 +87,9 @@
package-archives ',package-archives)
(with-eval-after-load 'doom
(run-hooks 'doom-before-init-hook))
(with-eval-after-load 'treesit
(add-to-list 'treesit-extra-load-path
,(file-name-concat doom-profile-data-dir "tree-sitter")))
(with-eval-after-load 'undo-tree
;; HACK `undo-tree' sometimes throws errors because
;; `buffer-undo-tree' isn't correctly initialized.