nit(tree-sitter): remove defer, its redundant
This commit is contained in:
parent
56d0f02f31
commit
561eb533a8
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
;;; tools/tree-sitter/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! tree-sitter
|
||||
:defer t ;; loading is handled by individual modes
|
||||
:hook (tree-sitter-after-on . tree-sitter-hl-mode)
|
||||
:config
|
||||
;; This makes every node a link to a section of code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue