use branch
This commit is contained in:
parent
058648403c
commit
2965a1493e
1 changed files with 2 additions and 1 deletions
|
@ -65,6 +65,7 @@
|
||||||
'(rustic-indent-method-chain t)
|
'(rustic-indent-method-chain t)
|
||||||
'(rustic-indent-where-clause t)
|
'(rustic-indent-where-clause t)
|
||||||
'(straight-use-package-by-default t)
|
'(straight-use-package-by-default t)
|
||||||
|
'(straight-vc-git-default-protocol 'ssh)
|
||||||
'(treemacs-collapse-dirs 3)
|
'(treemacs-collapse-dirs 3)
|
||||||
'(treemacs-filewatch-mode t)
|
'(treemacs-filewatch-mode t)
|
||||||
'(treemacs-follow-mode t)
|
'(treemacs-follow-mode t)
|
||||||
|
@ -297,7 +298,7 @@
|
||||||
|
|
||||||
;; Tree Sitter
|
;; Tree Sitter
|
||||||
(use-package tree-sitter
|
(use-package tree-sitter
|
||||||
:straight (tree-sitter :type git :host github :repo "emacs-tree-sitter/emacs-tree-sitter")
|
:straight (tree-sitter :type git :host nil :repo "git@github.com:anthonycicc/elisp-tree-sitter" :branch "release")
|
||||||
:config
|
:config
|
||||||
(global-tree-sitter-mode)
|
(global-tree-sitter-mode)
|
||||||
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
||||||
|
|
Loading…
Add table
Reference in a new issue