branch: externals/modus-themes
commit e411452012c558a79da1bb883e599d00651d93b6
Merge: 91cd9dfed3 8c4684325e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #156 from suboyar/main
    
    Remove redundant theme name argument from modus-themes-declare call
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index b4989a4219..85387ea538 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -7345,7 +7345,7 @@ Consult the manual for details on how to build a theme on 
top of the
        ,@(unless theme-exists-p
            (list
             `(modus-themes-declare
-              ',name ',family ',(intern (format "%s-theme" name))
+              ',name ',family
               ,description ',background-mode
               ',core-palette ',user-palette ',overrides-palette)))
        ,@(unless (eq family 'modus-themes)

Reply via email to