branch: externals/doric-themes
commit 5091e391ef2043a0a50d004d9d1a4bd5e032bba6
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    Simplify doric-themes--enable-themes
---
 doric-themes.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doric-themes.el b/doric-themes.el
index e2c9c2533d7..fdca21f5e49 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -130,8 +130,7 @@ This is used by the commands `doric-themes-toggle',
 (defun doric-themes--enable-themes ()
   "Enable the Doric themes."
   (dolist (theme doric-themes-collection)
-    (unless (memq theme custom-known-themes)
-      (load-theme theme :no-confirm :no-enable))))
+    (load-theme theme :no-confirm :no-enable)))
 
 (defun doric-themes--list-known-themes ()
   "Return list of `custom-known-themes' matching `doric-themes--doric-p'."

Reply via email to