emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] main a76f53f803: Build the manual for mmm-mode


From: Philip Kaludercic
Subject: Re: [elpa] main a76f53f803: Build the manual for mmm-mode
Date: Fri, 28 Oct 2022 12:45:43 +0000

Dmitry Gutov <dgutov@yandex.ru> writes:

> branch: main
> commit a76f53f80389a5cb6f7e863ead7f82f099e3d9a7
> Author: Dmitry Gutov <dgutov@yandex.ru>
> Commit: Dmitry Gutov <dgutov@yandex.ru>
>
>     Build the manual for mmm-mode
>     
>     https://github.com/dgutov/mmm-mode/pull/132
> ---
>  elpa-packages | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/elpa-packages b/elpa-packages
> index b191b354d9..68ee428edc 100644
> --- a/elpa-packages
> +++ b/elpa-packages
> @@ -463,7 +463,9 @@
>    :auto-sync t)
>   ("minibuffer-line"  :url nil)
>   ("minimap"          :url nil)
> - ("mmm-mode"         :url "https://github.com/purcell/mmm-mode.git";
> + ("mmm-mode"
> +  :doc "mmm.texi"
> +  :url "https://github.com/purcell/mmm-mode.git";
>    :auto-sync t)
>   ("modus-themes"     :core ("etc/themes/modus-themes.el"
>                                 "etc/themes/modus-operandi-theme.el"

According to the README

--8<---------------cut here---------------start------------->8---
** =:url URL=
This property has to come first.
Gives the URL where the upstream Git repository for that package can be found.
The URL can be =nil= if there is no upstream repository.
--8<---------------cut here---------------end--------------->8---

So you should swap the :doc and the :url key for.



reply via email to

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