summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/init.el b/init.el
index 615cc8b..98c4b9d 100644
--- a/init.el
+++ b/init.el
@@ -461,9 +461,7 @@ https://yannherklotz.com"))
'(modus-operandi-tinted modus-vivendi-tinted))
(modus-themes-italic-constructs t)
:config
- (add-hook
- 'modus-themes-after-load-theme-hook
- (lambda ()
+ (defun ymh-modus-theme-apply-customisations ()
(modus-themes-with-colors
(custom-set-faces
`(proof-locked-face ((,c :background ,bg-green-nuanced :extend t)))
@@ -474,8 +472,11 @@ https://yannherklotz.com"))
:box (:line-width -1 :color ,bg-red-intense
:style nil))))
`(fill-column-indicator ((,c :background unspecified
- :height unspecified)))))))
- (modus-themes-load-theme 'modus-operandi-tinted))
+ :height unspecified))))))
+ (add-hook
+ 'modus-themes-after-load-theme-hook #'ymh-modus-theme-apply-customisations)
+ (modus-themes-load-theme 'modus-operandi-tinted)
+ (ymh-modus-theme-apply-customisations))
(use-package pass
:ensure t