From 8f11fdca46ea63aa4f23a2ed04743351cecc448e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 25 Apr 2024 10:04:17 +1200 Subject: [PATCH] emacs: set treesit-font-lock-level to 4 --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7573568..a1e212e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -209,7 +209,9 @@ ;; catppuccin theme (package-install 'catppuccin-theme) (setq catppuccin-flavor 'mocha) +(setq treesit-font-lock-level 4) (load-theme 'catppuccin :no-confirm) + ;; alpha (add-to-list 'default-frame-alist '(alpha-background . 96))