[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ef-themes 50fd413c6e 4/4: Add a missing space after an
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ef-themes 50fd413c6e 4/4: Add a missing space after an outline heading |
Date: |
Mon, 16 Dec 2024 03:58:46 -0500 (EST) |
branch: externals/ef-themes
commit 50fd413c6eebd5b5f020d99d613a385b103bed94
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add a missing space after an outline heading
---
ef-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ef-themes.el b/ef-themes.el
index 3b5a5e6b0b..7b8768b4fa 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -755,6 +755,7 @@ the list becomes the last. Do not modify THEMES in the
process."
(user-error "`%s' is not part of the Ef collection" candidate))))
;;;; Preview a theme palette
+
(defun ef-themes--list-colors-get-mappings (palette)
"Get the semantic palette entries in PALETTE.
PALETTE is the value of a variable like `ef-summer-palette'."