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

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

[elpa] externals/ef-themes d2eb3426bd 2/4: Fix referenced symbol of hook


From: ELPA Syncer
Subject: [elpa] externals/ef-themes d2eb3426bd 2/4: Fix referenced symbol of hook from commit 23e1b84
Date: Tue, 23 Aug 2022 01:57:36 -0400 (EDT)

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

    Fix referenced symbol of hook from commit 23e1b84
---
 README.org | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index c69365638b..c9564aee83 100644
--- a/README.org
+++ b/README.org
@@ -593,13 +593,13 @@ varying skill levels, from beginners to experts.  This 
means that we try
 to make things easier by not expecting anyone reading this document to
 be proficient in Emacs Lisp or programming in general.
 
-Such a case is with the use of the ~ef-themes-post-load-theme-hook~,
-which is called after the evaluation of any of the commands we provide
-for loading a theme ([[#h:58345e8c-2bec-459c-872c-a85a29e9fe97][Commands to 
load an Ef theme]]).  We recommend using
-that hook for advanced customizations, because (1) we know for sure that
-it is available once the themes are loaded, and (2) anyone consulting
-this manual, especially the sections on enabling and loading the themes,
-will be in a good position to benefit from that hook.
+Such a case is with the use of the ~ef-themes-post-load-hook~, which is
+called after the evaluation of any of the commands we provide for
+loading a theme ([[#h:58345e8c-2bec-459c-872c-a85a29e9fe97][Commands to load 
an Ef theme]]).  We recommend using that
+hook for advanced customizations, because (1) we know for sure that it
+is available once the themes are loaded, and (2) anyone consulting this
+manual, especially the sections on enabling and loading the themes, will
+be in a good position to benefit from that hook.
 
 Advanced users who have a need to switch between the Ef themes and other
 items (e.g. my =modus-themes=) will find that such a hook does not meet
@@ -626,9 +626,9 @@ also has the benefit that it does not depend on functions 
such as
 function ~enable-theme~ is called internally by ~load-theme~, so the
 hook works everywhere.
 
-In this document, we always mention ~ef-themes-post-load-theme-hook~
-though the user can replace it with ~after-enable-theme-hook~ should
-they need to.
+In this document, we always mention ~ef-themes-post-load-hook~ though
+the user can replace it with ~after-enable-theme-hook~ should they need
+to.
 
 * Supported packages or face groups
 :PROPERTIES:



reply via email to

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