guix-patches
[Top][All Lists]
Advanced

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

bug#72078: [PATCH] gnu: Add emacs-palimpsest


From: Nicolas Goaziou
Subject: bug#72078: [PATCH] gnu: Add emacs-palimpsest
Date: Sun, 21 Jul 2024 14:11:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hello,

Daniel Szmulewicz <daniel.szmulewicz@gmail.com> writes:

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

Applied, with a few changes.

> +             (url "https://github.com/danielsz/Palimpsest.git";)

I removed the ".git" suffix.

> +             (commit "f474b3ad706373d9953abdc401d683a2a023d28e")))

I bound the commit hash to a `commit' variable.

> +    (synopsis "A minor mode for Emacs that provides several strategies to 
> remove text without permanently deleting it.")

I reworded the synopsis so it doesn't start with an article and end with
a full stop.

> +    (description
> +     "Send selected text to the bottom of the buffer, or the top, or
> to a designated file. Useful in text mode when writing prose,
> articles, blog posts, academic papers, etc.")

I reworded the description so it consists of full sentences only.

Thank you!

Regards,
-- 
Nicolas Goaziou







reply via email to

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