From c5885679c3967b5b54eedf8e6475fb5efd0b12a7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 10 Jan 2024 10:33:39 +0000 Subject: [PATCH] Make treesit-auto after treesit package --- README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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)