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

    Keep modus-themes-include-derivatives-mode disabled by default
---
 modus-themes.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 74fa36c574..131d4c4b0e 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -8214,10 +8214,11 @@ corresponding entries."
   "When enabled, all Modus themes commands cover derivatives as well.
 Otherwise, they only consider the `modus-themes-items'.
 
-Derivative theme projects can disable this minor mode and/or implement
-the equivalent plus a method for `modus-themes-get-themes'."
+Derivative theme projects can implement the equivalent of this minor
+mode plus a method for `modus-themes-get-themes' to filter themes
+accordingly."
   :global t
-  :init-value t)
+  :init-value nil)
 
 (cl-defmethod modus-themes-get-themes (&context 
(modus-themes-include-derivatives-mode (eql t)))
   (modus-themes-get-all-known-themes nil))

Reply via email to