refactor: remove redundant module enable

This commit is contained in:
Kiana Sheibani 2026-02-09 02:50:52 -05:00
parent 99ff48d1d3
commit d26726773e
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2406,11 +2406,6 @@ We now have spelling correction working, but no spelling completion. The package
:tools tree-sitter :tools tree-sitter
#+end_src #+end_src
#+begin_src emacs-lisp :noweb-ref doom-module-top
;; Globally enable +tree-sitter flag
+tree-sitter
#+end_src
The =tree-sitter= built-in Emacs package provides integration with the programming language parser of the same name, allowing for IDE features associated with parsing programs to be much faster. The =tree-sitter= built-in Emacs package provides integration with the programming language parser of the same name, allowing for IDE features associated with parsing programs to be much faster.
** Undo Tree ** Undo Tree