guix-patches
[Top][All Lists]
Advanced

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

bug#41469: [PATCH] gnu: Add emacs-fountain-mode.


From: Nicolas Goaziou
Subject: bug#41469: [PATCH] gnu: Add emacs-fountain-mode.
Date: Sat, 23 May 2020 09:20:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

Vinicius Monego <address@hidden> writes:

> * gnu/packages/emacs-xyz.scm (emacs-fountain-mode): New variable.

Thank you.

> +    (propagated-inputs
> +     `(("emacs-seq" ,emacs-seq)))

I removed this, since the Emacs we package already includes `seq'
library.

> +    (home-page "https://github.com/rnkn/fountain-mode";)
> +    (synopsis "Major mode for screenwriting in Fountain markup")
> +    (description "Fountain Mode is a scriptwriting program for GNU Emacs
> +using the Fountain plain text markup format.")
> +    (license license:gpl3+)))

As a side note, it is best to avoid adding new packages at the end of
the files, since this is more likely to introduce merge conflicts (this
one didn't, tho).

Regards,

-- 
Nicolas Goaziou





reply via email to

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