emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] externals/cobol-mode 16058362f6: Added README and .elpaignore


From: Philip Kaludercic
Subject: Re: [elpa] externals/cobol-mode 16058362f6: Added README and .elpaignore
Date: Thu, 19 Sep 2024 15:20:08 +0000

ELPA Syncer <elpasync@gnu.org> writes:

> branch: externals/cobol-mode
> commit 16058362f62a89e0ca5287c2165859970e617038
> Author: Kristofer Hjelmtorp <kristofer@hjelmtorp@se>
> Commit: Kristofer Hjelmtorp <kristofer@hjelmtorp@se>
>
>     Added README and .elpaignore
>     
>     * Initial README.org file
>     * Initial .elpaignore file
> ---
>  .elpaignore | 2 ++
>  README.md   | 6 ++++++
>  README.org  | 7 +++++++
>  3 files changed, 15 insertions(+)
>
> diff --git a/.elpaignore b/.elpaignore
> new file mode 100644
> index 0000000000..39d399ba6d
> --- /dev/null
> +++ b/.elpaignore
> @@ -0,0 +1,2 @@
> +.elpaignore
> +tests/
> \ No newline at end of file
> diff --git a/README.md b/README.md
> new file mode 100644
> index 0000000000..ff9223ac7f
> --- /dev/null
> +++ b/README.md
> @@ -0,0 +1,6 @@
> +
> +
> +# Cobol-mode
> +
> +This is an major-mode for editing COBOL code in Emacs.
> +
> diff --git a/README.org b/README.org
> new file mode 100644
> index 0000000000..b3de342c7e
> --- /dev/null
> +++ b/README.org
> @@ -0,0 +1,7 @@
> +# -*- after-save-hook: (org-md-export-to-markdown); -*-
> +#+options: toc:nil
> +
> +* Cobol-mode
> +
> +This is an major-mode for editing COBOL code in Emacs.
> +

Is there a reason you are exporting the README to markdown?  The ELPA
side fine with there just being one file.

Also, it appears your email address in the commit is malformed.

-- 
        Philip Kaludercic on siskin



reply via email to

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