mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix(lib): doom/sandbox: tree-sitter extra load path
This commit is contained in:
parent
c27621a777
commit
fa6a2607b7
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue