emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes dce4ddb641 2/2: Tweak the outline of ef-theme


From: ELPA Syncer
Subject: [elpa] externals/ef-themes dce4ddb641 2/2: Tweak the outline of ef-themes.el
Date: Mon, 28 Nov 2022 21:57:34 -0500 (EST)

branch: externals/ef-themes
commit dce4ddb6413a0e1e57b3f99c7dc1a59e35eb9d5f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak the outline of ef-themes.el
---
 ef-themes.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 70acf9777f..6d5e8baabc 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1944,6 +1944,8 @@ Helper function for `ef-themes-preview-colors'."
 
 ;;; Theme macros
 
+;;;; Instantiate an Ef theme
+
 ;;;###autoload
 (defmacro ef-themes-theme (name palette)
   "Bind NAME's color PALETTE around face specs and variables.
@@ -1966,7 +1968,7 @@ Those are stored in `ef-themes-faces' and
        (custom-theme-set-faces ',name ,@ef-themes-faces)
        (custom-theme-set-variables ',name ,@ef-themes-custom-variables))))
 
-;;; Use theme colors
+;;;; Use theme colors
 
 (defmacro ef-themes-with-colors (&rest body)
   "Evaluate BODY with colors from current palette bound."
@@ -1990,6 +1992,8 @@ Those are stored in `ef-themes-faces' and
        (ignore c ,@colors)            ; Silence unused variable warnings
        ,@body)))
 
+;;;; Add themes from package to path
+
 ;;;###autoload
 (when load-file-name
   (let ((dir (file-name-directory load-file-name)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]