Update catppuccin settings, disable hl-line-mode in org-mode

This commit is contained in:
eriedaberrie 2023-05-06 13:29:19 -07:00
parent 9ff5d7c7f1
commit 9af76ba4b1

View file

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