From 65e1ff30ac7fd453c312c1204264565bdf08a49b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 8 Jan 2023 14:40:03 +0000 Subject: Enable italics in the modus-theme --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 5b21b27..a7376a4 100644 --- a/init.el +++ b/init.el @@ -328,6 +328,7 @@ https://yannherklotz.com")) (bg-region bg-green-subtle))) (setq modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted)) + (setq modus-themes-italic-constructs t) :config (add-hook 'modus-themes-after-load-theme-hook (lambda () @@ -339,7 +340,7 @@ https://yannherklotz.com")) `(coq-solve-tactics-face ((,c :inherit modus-themes-fg-red))) `(coq-cheat-face ((,c :inherit modus-themes-intense-red :box (:line-width -1 :color ,bg-red-intense :style nil)))))))) - (load-theme 'modus-vivendi-tinted :no-confirm)) + (modus-themes-load-theme 'modus-vivendi-tinted)) (use-package pass :ensure t -- cgit