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

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

[elpa] externals/ef-themes e904252c6b: Add missing code from 462db0f


From: ELPA Syncer
Subject: [elpa] externals/ef-themes e904252c6b: Add missing code from 462db0f
Date: Thu, 18 Aug 2022 14:57:33 -0400 (EDT)

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

    Add missing code from 462db0f
    
    Thanks to Iris Garcia for pointing it out in issue 2 over at the GitHub
    mirror: <https://github.com/protesilaos/ef-themes/issues/2>.
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index 71d1430c25..065e82a76b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -94,6 +94,7 @@
 
 (defun ef-themes--select-prompt ()
   "Minibuffer prompt for `ef-themes-select'."
+  (ef-themes--enable-themes)
   (completing-read "Select Ef Theme: "
                    (ef-themes--list-known-themes)
                    nil t nil



reply via email to

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