bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46964: [ELPA]: [PATCH] Replace modus-*-theme with modus-themes from


From: Stefan Monnier
Subject: bug#46964: [ELPA]: [PATCH] Replace modus-*-theme with modus-themes from :core
Date: Sat, 06 Mar 2021 13:35:24 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I tried with this:
>
>     ("modus-themes"
>       :core ("etc/themes/modus-themes.el"
>              "etc/themes/modus-operandi-theme.el"
>              "etc/themes/modus-vivendi-theme.el")
>       :doc "doc/misc/modus-themes.org")

I think you need something like:

     ("modus-themes"
       :core ("etc/themes/modus-themes.el"
              "etc/themes/modus-operandi-theme.el"
              "etc/themes/modus-vivendi-theme.el"
              "doc/misc/modus-themes.org")
       :doc "modus-themes.org")

The :core brings the specified files into the directory from which we
build the package, and then the :doc tells where to find the doc in that
directory.


        Stefan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]