Remove the :before from the defmethod because it is not right

I had it for the Modus equivalent as well...
This commit is contained in:
Protesilaos Stavrou 2025-09-29 13:42:12 +03:00
parent 4a7ff08327
commit 4c245ba030
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -8176,8 +8176,7 @@ the equivalent plus a method for `modus-themes-get-themes'."
:global t
:init-value t)
(cl-defmethod modus-themes-get-themes :before (&context (modus-themes-only-modus-derivatives-mode (eql t)))
"Return Modus themes and all their derivatives."
(cl-defmethod modus-themes-get-themes (&context (modus-themes-only-modus-derivatives-mode (eql t)))
(modus-themes-get-all-known-themes nil))
;;;; Add themes from package to path