branch: externals/ef-themes
commit 403468c1088cd24e634255268f2b9c256d0edc79
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Improve outline for theme macros
---
ef-themes.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index fb72c67900..f4f9336764 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -922,7 +922,7 @@ When called from Lisp, THEME is a symbol."
'()
"Custom variables for `ef-themes-theme'.")
-;;; Instantiate a theme
+;;; Theme macros
;;;###autoload
(defmacro ef-themes-theme (name palette)
@@ -966,8 +966,6 @@ Those are stored in `ef-themes-faces' and
(ignore c ,@colors) ; Silence unused variable warnings
,@body)))
-;;; Add to path
-
;;;###autoload
(when load-file-name
(let ((dir (file-name-directory load-file-name)))