use branch

This commit is contained in:
Anthony Cicchetti 2021-12-31 14:05:53 -05:00
parent 058648403c
commit 2965a1493e

View file

@ -65,6 +65,7 @@
'(rustic-indent-method-chain t)
'(rustic-indent-where-clause t)
'(straight-use-package-by-default t)
'(straight-vc-git-default-protocol 'ssh)
'(treemacs-collapse-dirs 3)
'(treemacs-filewatch-mode t)
'(treemacs-follow-mode t)
@ -297,7 +298,7 @@
;; 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
(global-tree-sitter-mode)
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))