branch: externals/modus-themes
commit 636a19a28b15d95cf71eda873093adac1543c35a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Rename the minor mode to modus-themes-include-derivatives-mode
This is more self-evident.
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 916018236e..0eb3271230 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -8187,7 +8187,7 @@ corresponding entries."
;;;; Accept all Modus themes and their derivatives
;;;###autoload
-(define-minor-mode modus-themes-only-modus-derivatives-mode
+(define-minor-mode modus-themes-include-derivatives-mode
"When enabled, all Modus themes commands cover derivatives as well.
Otherwise, they only consider the `modus-themes-items'.
@@ -8196,7 +8196,7 @@ the equivalent plus a method for
`modus-themes-get-themes'."
:global t
:init-value t)
-(cl-defmethod modus-themes-get-themes (&context
(modus-themes-only-modus-derivatives-mode (eql t)))
+(cl-defmethod modus-themes-get-themes (&context
(modus-themes-include-derivatives-mode (eql t)))
(modus-themes-get-all-known-themes nil))
;;;; Add themes from package to path