mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
fix(lib): doom/sandbox: tree-sitter extra load path
This commit is contained in:
committed by
Henrik Lissner
parent
c27621a777
commit
fa6a2607b7
@@ -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.
|
||||
|
Reference in New Issue
Block a user