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)