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

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

[elpa] externals/ef-themes c1888f9ffc 1/2: Document our hook in relevant


From: ELPA Syncer
Subject: [elpa] externals/ef-themes c1888f9ffc 1/2: Document our hook in relevant commands
Date: Fri, 16 Sep 2022 14:57:35 -0400 (EDT)

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

    Document our hook in relevant commands
---
 ef-themes.el | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index e13009b405..d082d7dc6e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -357,7 +357,9 @@ Run `ef-themes-post-load-hook'."
 ;;;###autoload
 (defun ef-themes-select (theme)
   "Load an Ef THEME using minibuffer completion.
-When called from Lisp, THEME is a symbol."
+When called from Lisp, THEME is a symbol.
+
+Run `ef-themes-post-load-hook' after loading the theme."
   (interactive (list (ef-themes--select-prompt)))
   (ef-themes--load-theme theme))
 
@@ -375,7 +377,9 @@ When called from Lisp, THEME is a symbol."
 If `ef-themes-to-toggle' does not specify two Ef themes, inform
 the user about it while prompting with completion for a theme
 among our collection (this is practically the same as the
-`ef-themes-select' command)."
+`ef-themes-select' command).
+
+Run `ef-themes-post-load-hook' after loading the theme."
   (interactive)
   (if-let* ((themes (ef-themes--toggle-theme-p))
             (one (car themes))
@@ -409,7 +413,9 @@ With optional VARIANT as either `light' or `dark', limit 
the set
 to the relevant themes.
 
 When called interactively, VARIANT is the prefix argument which
-prompts with completion for either `light' or `dark'."
+prompts with completion for either `light' or `dark'.
+
+Run `ef-themes-post-load-hook' after loading the theme."
   (interactive
    (list
     (when current-prefix-arg



reply via email to

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