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

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

[elpa] externals/ef-themes cde324d404 038/281: Disable other Ef themes i


From: ELPA Syncer
Subject: [elpa] externals/ef-themes cde324d404 038/281: Disable other Ef themes in ef-themes-select
Date: Tue, 16 Aug 2022 16:58:17 -0400 (EDT)

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

    Disable other Ef themes in ef-themes-select
---
 ef-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ef-themes.el b/ef-themes.el
index ef9dd1320a..ada4d1f9a2 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -71,6 +71,7 @@
 When called from Lisp, THEME is a symbol."
   (interactive
    (list (intern (ef-themes--select-prompt))))
+  (mapc #'disable-theme (ef-themes--list-enabled-themes))
   (load-theme theme :no-confirm))
 
 ;;; Faces and variables



reply via email to

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