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

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

[elpa] externals/ef-themes 226bf0fb95 049/281: Remove hardcoded list of


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 226bf0fb95 049/281: Remove hardcoded list of Ef themes (per d407053)
Date: Tue, 16 Aug 2022 16:58:18 -0400 (EDT)

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

    Remove hardcoded list of Ef themes (per d407053)
---
 ef-themes.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 879cc4b177..600f39b681 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -53,15 +53,12 @@
      (string-prefix-p "ef-" (symbol-name theme)))
    custom-known-themes))
 
-(defconst ef-themes-themes '(ef-summer ef-winter)
-  "List of Ef Themes.")
-
 (defvar ef-themes--select-theme-history nil)
 
 (defun ef-themes--select-prompt ()
   "Minibuffer prompt for `ef-themes-select'."
   (completing-read "Select Ef Theme: "
-                   ef-themes-themes
+                   (ef-themes--list-enabled-themes)
                    nil t nil
                    'ef-themes--select-theme-history))
 



reply via email to

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