branch: externals/ef-themes
commit 79f0cc12717440d0d379c6d59e0c45f54fbd9ca6
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add autoload cookie to ef-themes-theme macro
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index a2bfea5448..a5353810ee 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -661,6 +661,7 @@ When called from Lisp, THEME is a symbol."
;;; Instantiate a theme
+;;;###autoload
(defmacro ef-themes-theme (name palette)
"Bind NAME's color PALETTE around face specs and variables.
Face specifications are passed to `custom-theme-set-faces'.