mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(tree-sitter): remove defer, its redundant
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user