Make treesit-auto after treesit package
This commit is contained in:
parent
c4729d37c4
commit
c5885679c3
|
@ -717,9 +717,11 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
|
|
||||||
(use-package treesit-auto
|
(use-package treesit-auto
|
||||||
:diminish
|
:diminish
|
||||||
|
:after (treesit)
|
||||||
|
:init
|
||||||
|
(global-treesit-auto-mode +1)
|
||||||
:config
|
:config
|
||||||
(treesit-auto-add-to-auto-mode-alist)
|
(treesit-auto-add-to-auto-mode-alist))
|
||||||
(global-treesit-auto-mode +1))
|
|
||||||
|
|
||||||
(setq python-ts-mode-hook python-mode-hook)
|
(setq python-ts-mode-hook python-mode-hook)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue