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

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

[elpa] externals/bind-key 7126fb73f9 4/9: Move incorrectly placed exampl


From: ELPA Syncer
Subject: [elpa] externals/bind-key 7126fb73f9 4/9: Move incorrectly placed example in README
Date: Tue, 15 Nov 2022 11:57:20 -0500 (EST)

branch: externals/bind-key
commit 7126fb73f988deb9d8c3de91f16276c2fdfb96e7
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Move incorrectly placed example in README
    
    Resolves #1001
---
 README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index bfa3e79226..dd17d654d7 100644
--- a/README.md
+++ b/README.md
@@ -568,7 +568,13 @@ When byte-compiling your `.emacs` file, disabled 
declarations are omitted
 from the output entirely, to accelerate startup times.
 
 **NOTE**: `:when` is provided as an alias for `:if`, and `:unless foo` means
-the same thing as `:if (not foo)`. For example, the following will also stop
+the same thing as `:if (not foo)`.
+
+### Conditional loading before :preface
+
+If you need to conditionalize a use-package form so that the condition occurs
+before even the `:preface` is executed, simply use `when` around the
+use-package form itself.  For example, the following will also stop
 `:ensure` from happening on Mac systems:
 
 ``` elisp
@@ -579,12 +585,6 @@ the same thing as `:if (not foo)`. For example, the 
following will also stop
     (exec-path-from-shell-initialize)))
 ```
 
-### Conditional loading before :preface
-
-If you need to conditionalize a use-package form so that the condition occurs
-before even the `:preface` is executed, simply use `when` around the
-use-package form itself:
-
 ### Loading packages in sequence
 
 Sometimes it only makes sense to configure a package after another has been



reply via email to

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