---
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
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