branch: externals/ef-themes
commit cde324d4045239309745c5c1ff2c3e9020b06c06
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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