diff --git a/README.org b/README.org index 999a11a..52ee465 100644 --- a/README.org +++ b/README.org @@ -717,9 +717,11 @@ Set treesit to fontify all elements, default was 3 (out of 4) (use-package treesit-auto :diminish + :after (treesit) + :init + (global-treesit-auto-mode +1) :config - (treesit-auto-add-to-auto-mode-alist) - (global-treesit-auto-mode +1)) + (treesit-auto-add-to-auto-mode-alist)) (setq python-ts-mode-hook python-mode-hook)