diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-09 07:13:41 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-11-09 07:13:41 +0200 |
| commit | 1bc305fff8aff14ef0fd2e48ed2d9fde52a193cd (patch) | |
| tree | 1bfccb5fa17b68d2abd32f03cb6b128ee5a78254 /ef-themes.el | |
| parent | 45973a673c3efcd398f724084c47fdc63431b6cf (diff) | |
Add missing alias for modus-themes-load-theme
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el index b6cd5d3..9a7fe8c 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -259,6 +259,9 @@ Ef themes." our-symbol modus-symbol))))) (ef-themes-define-option-aliases) +(defalias 'ef-themes-load-theme 'modus-themes-load-theme + "Alias for `modus-themes-load-theme'.") + (defalias 'ef-themes-with-colors 'modus-themes-with-colors "Alias for `modus-themes-with-colors.") |
