From 8c04b482cee64e7b4554f63a9f2064eba2bcf21e Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Sun, 8 Mar 2026 21:35:32 +0200 Subject: Fix indentation of ef-themes-define-compatibility-aliases --- ef-themes.el | 4 ++-- 1 file 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)) -- cgit v1.0