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))