From 2bfd03941bacf2d693079e188e38021c070ee6f5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 12 May 2023 18:41:57 +0100 Subject: Call customisation function everytime the theme is changed --- ymh-emacs/ymh-common.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ymh-emacs') 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) -- cgit