emacs-devel
[Top][All Lists]
Advanced

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

Re: [ELPA] New package: taxy-magit-section


From: Stefan Monnier
Subject: Re: [ELPA] New package: taxy-magit-section
Date: Wed, 06 Oct 2021 16:59:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> diff --git a/elpa-packages b/elpa-packages
> index 96b6f55..0bdcb69 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -385,6 +385,12 @@
>   ("system-packages"  :url "https://gitlab.com/jabranham/system-packages";)
>   ("systemd"          :url nil)
>   ("taxy"                :url "https://github.com/alphapapa/taxy.el.git";
> +  :doc "taxy.info"
> +  :ignored-files ("images")
> +  :auto-sync t)
> + ("taxy-magit-section"  :url "https://github.com/alphapapa/taxy.el.git";
> +  :branch "package/taxy-magit-section"
> +  :doc "taxy-magit-section.info"
>    :auto-sync t)
>   ("temp-buffer-browse"  :url "https://github.com/leoliu/temp-buffer-browse";)
>   ("test-simple"         :url "https://github.com/rocky/emacs-test-simple";)

Thanks, installed.

But please note that it would be much better not to store the `.info`
files in the repository (the general rule is that you only want to
store *source* files in there) and instead use

    :doc "README.org"


-- Stefan




reply via email to

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