From dd16b6474880befa8da6c20d495667b734e895da Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 10 Jan 2024 10:34:50 +0000 Subject: [PATCH] Remove treesit-auto init block --- README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 52ee465..3c1a92c 100644 --- a/README.org +++ b/README.org @@ -210,7 +210,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (add-to-list 'initial-frame-alist '(height . 80)) (add-to-list 'initial-frame-alist '(alpha-background . 80)) (add-to-list 'initial-frame-alist '(font . "JetBrainsMono Nerd Font-12")) - + (add-to-list 'default-frame-alist '(alpha-background . 80)) (add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font-12")) @@ -718,10 +718,9 @@ 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)) + (treesit-auto-add-to-auto-mode-alist) + (global-treesit-auto-mode +1)) (setq python-ts-mode-hook python-mode-hook)