summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
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