summaryrefslogtreecommitdiffstats
path: root/ymh-emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-12 18:41:57 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-12 18:42:22 +0100
commit2bfd03941bacf2d693079e188e38021c070ee6f5 (patch)
treed2760e9a96b5de0d55f236e18e73df0ca24334c5 /ymh-emacs
parente4ef883fba99bbc673ec8ccafdadb0f9096a2229 (diff)
downloadymh-emacs-2bfd03941bacf2d693079e188e38021c070ee6f5.tar.gz
ymh-emacs-2bfd03941bacf2d693079e188e38021c070ee6f5.zip
Call customisation function everytime the theme is changed
Diffstat (limited to 'ymh-emacs')
-rw-r--r--ymh-emacs/ymh-common.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymh-emacs/ymh-common.el b/ymh-emacs/ymh-common.el
index c372764..bd7a943 100644
--- a/ymh-emacs/ymh-common.el
+++ b/ymh-emacs/ymh-common.el
@@ -47,7 +47,8 @@
('dark (load-theme 'modus-vivendi-tinted t))
;;('light (load-theme 'ef-spring t))
;;('dark (load-theme 'ef-dark t))
- ))
+ )
+ (ymh-modus-theme-apply-customisations))
(defadvice load-theme
(before theme-dont-propagate activate)