~abcdw/rde-devel

contrib: Add an explanation for why packages are in contrib. v1 APPLIED

Nicolas Graves: 1
 contrib: Add an explanation for why packages are in contrib.

 2 files changed, 5 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~abcdw/rde-devel/patches/40147/mbox | git am -3
Learn more about email & git

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

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