mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
4a7ff08327
commit
4c245ba030
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue