aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ef-themes.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ef-themes.el b/ef-themes.el
index bddd81f..cab1add 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -270,8 +270,8 @@ Ef themes." our-symbol modus-symbol)))))
"Define aliases for the user options of the Modus themes."
(unless ef-themes--aliased-p
(dolist (user-option-suffix '( disable-other-themes to-toggle to-rotate after-load-theme-hook
- post-load-hook italic-constructs bold-constructs variable-pitch-ui mixed-fonts
- headings completions prompts common-palette-overrides))
+ post-load-hook italic-constructs bold-constructs variable-pitch-ui mixed-fonts
+ headings completions prompts common-palette-overrides))
(ef-themes-define-alias "ef-themes" user-option-suffix))
(dolist (function-suffix '(load-theme with-colors get-color-value))
(ef-themes-define-alias "ef-themes" function-suffix :is-function))