~abcdw/rde-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] contrib: Add an explanation for why packages are in contrib.

Details
Message ID
<20230403171812.24127-1-ngraves@ngraves.fr>
DKIM signature
missing
Download raw message
Patch: +5 -2
---
 src/contrib/features/age.scm       | 4 +++-
 src/contrib/features/emacs-xyz.scm | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/contrib/features/age.scm b/src/contrib/features/age.scm
index 21d26694..c6fd57e1 100644
--- a/src/contrib/features/age.scm
+++ b/src/contrib/features/age.scm
@@ -33,7 +33,9 @@
          (age-ssh-key "~/.ssh/id_ed25519"))
  "This feature sets up age for encryption tasks. It uses the SSH key
given in the location age-ssh-key to encrypt and decrypt files in the
password-store."
password-store. The feature is in contrib because it currently has limited
functionality compared to GnuPG, which is the recommended privacy tool for
RDE."
  (ensure-pred file-like? age)
  (ensure-pred string? age-ssh-key)

diff --git a/src/contrib/features/emacs-xyz.scm b/src/contrib/features/emacs-xyz.scm
index e7b9c627..da61e778 100644
--- a/src/contrib/features/emacs-xyz.scm
+++ b/src/contrib/features/emacs-xyz.scm
@@ -44,7 +44,8 @@
          (emacs-evil-collection emacs-evil-collection)
          (emacs-evil-org emacs-evil-org)
          (emacs-undo-fu emacs-undo-fu))
  "Configure evil-mode for emacs."
  "Configure evil-mode for emacs. The feature is in contrib because the
recommended RDE experience is to rely on Emacs default keybindings."
  (ensure-pred file-like? emacs-evil)
  (ensure-pred file-like? emacs-evil-collection)
  (ensure-pred file-like? emacs-evil-org)
-- 
2.39.2
Details
Message ID
<87o7o4gktv.fsf@trop.in>
In-Reply-To
<20230403171812.24127-1-ngraves@ngraves.fr> (view parent)
DKIM signature
missing
Download raw message
On 2023-04-03 19:18, Nicolas Graves wrote:

> ---
>  src/contrib/features/age.scm       | 4 +++-
>  src/contrib/features/emacs-xyz.scm | 3 ++-
>  2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/src/contrib/features/age.scm b/src/contrib/features/age.scm
> index 21d26694..c6fd57e1 100644
> --- a/src/contrib/features/age.scm
> +++ b/src/contrib/features/age.scm
> @@ -33,7 +33,9 @@
>            (age-ssh-key "~/.ssh/id_ed25519"))
>    "This feature sets up age for encryption tasks. It uses the SSH key
>  given in the location age-ssh-key to encrypt and decrypt files in the
> -password-store."
> +password-store. The feature is in contrib because it currently has limited
> +functionality compared to GnuPG, which is the recommended privacy tool for
> +RDE."
>    (ensure-pred file-like? age)
>    (ensure-pred string? age-ssh-key)
>  
> diff --git a/src/contrib/features/emacs-xyz.scm b/src/contrib/features/emacs-xyz.scm
> index e7b9c627..da61e778 100644
> --- a/src/contrib/features/emacs-xyz.scm
> +++ b/src/contrib/features/emacs-xyz.scm
> @@ -44,7 +44,8 @@
>            (emacs-evil-collection emacs-evil-collection)
>            (emacs-evil-org emacs-evil-org)
>            (emacs-undo-fu emacs-undo-fu))
> -  "Configure evil-mode for emacs."
> +  "Configure evil-mode for emacs. The feature is in contrib because the
> +recommended RDE experience is to rely on Emacs default keybindings."
>    (ensure-pred file-like? emacs-evil)
>    (ensure-pred file-like? emacs-evil-collection)
>    (ensure-pred file-like? emacs-evil-org)

Hi Nicolas :)

Applied, thank you!

-- 
Best regards,
Andrew Tropin
Reply to thread Export thread (mbox)