Use elpaca instead of straight
Some big changes related to that, and to use-package
This commit is contained in:
parent
ecf3d4195a
commit
c7b0c1c6c2
50 changed files with 1262 additions and 365 deletions
|
|
@ -22,11 +22,11 @@
|
|||
(make-symbolic-link file target)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;; Tree sitter ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(use-package tree-sitter-langs :straight t
|
||||
(use-package tree-sitter-langs :ensure t
|
||||
:config
|
||||
(add-to-list 'treesit-extra-load-path (tree-sitter-langs--bin-dir)))
|
||||
|
||||
;; (use-package tree-sitter-indent :straight t)
|
||||
;; (use-package tree-sitter-indent :ensure t)
|
||||
(add-hook 'tree-sitter-after-on-hook 'tree-sitter-hl-mode)
|
||||
|
||||
(provide 'icejam-tree-sitter)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue