diff options
| -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.") |
