From 9af76ba4b12be7177d275564861ed6b05e038733 Mon Sep 17 00:00:00 2001 From: eriedaberrie Date: Sat, 6 May 2023 13:29:19 -0700 Subject: [PATCH] Update catppuccin settings, disable hl-line-mode in org-mode --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 894b041..1ae6efd 100644 --- a/init.el +++ b/init.el @@ -469,6 +469,7 @@ (use-package org :hook (org-mode . auto-fill-mode) + (org-mode . my-inhibit-hl-line-mode) :custom (org-startup-indented t) (org-special-ctrl-a/e t) @@ -769,7 +770,9 @@ (line-number-current-line ((t (:inherit hl-line)))) :custom (catppuccin-flavor 'mocha) - (catppuccin-highlight-matches t)) + (catppuccin-highlight-matches t) + (catppuccin-italic-comments t) + (catppuccin-italic-variables t)) (defun my-load-theme-with-solaire () (load-theme 'catppuccin t)