aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2026-03-08 21:35:32 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2026-03-08 21:35:32 +0200
commit8c04b482cee64e7b4554f63a9f2064eba2bcf21e (patch)
treef5a3be7c2d5c51137e2d4b58e189ce78d5f826cc
parent77e05b508d9c03fb5ec3e53c757b580092084982 (diff)
Fix indentation of ef-themes-define-compatibility-aliases
-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))