branch: externals/modus-themes
commit 86112e457a42109a0604b661932dd79fdce57a28
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use the correct value for our modus-themes-get-themes method
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 255caa007d..5c38051932 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7391,7 +7391,7 @@ accordingly."
   :init-value nil)
 
 (cl-defmethod modus-themes-get-themes (&context 
(modus-themes-include-derivatives-mode (eql t)))
-  (modus-themes-get-all-known-themes 'modus-themes))
+  (modus-themes-get-all-known-themes nil))
 
 ;;;; Add themes from package to path
 

Reply via email to