Skip to content

Commit

Permalink
add treesit-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
chens committed Nov 26, 2024
1 parent bf075e8 commit e8eaadf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/init-treesitter.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

(use-package clojure-ts-mode)
(use-package tree-sitter-langs)
(use-package treesit-auto
:config
(global-treesit-auto-mode))

;; You can download per-architecture pre-compiled release from
;; https://github.com/emacs-tree-sitter/tree-sitter-langs Rename
Expand Down

0 comments on commit e8eaadf

Please sign in to comment.