branch: elpa/age
commit 045c3f9127b431d4dd61e855b7d1c3fa92d6cf91
Author: Bas Alberts <[email protected]>
Commit: Bas Alberts <[email protected]>
update code commentary for MELPA
---
age.el | 25 ++++++-------------------
1 file changed, 6 insertions(+), 19 deletions(-)
diff --git a/age.el b/age.el
index 6d6daa3f69b..c70aa8ca3e9 100644
--- a/age.el
+++ b/age.el
@@ -28,26 +28,13 @@
;;; Commentary:
-;; This is a port of epg.el and epa-file.el, original copyright applies.
+;; age.el provides transparent Age file encryption and decryption in Emacs. It
+;; is based on the Emacs EasyPG code and offers similar Emacs file handling
+;; for Age encrypted files.
-;; age.el is intended to provide transparent Age based file encryption
-;; and decryption in Emacs. As such age.el does not support all
-;; Age CLI based use cases. Rather age.el assumes you have configured
-;; a default identity and a default recipient, e.g. based off your
-;; ssh private key and ssh public key in ~/.ssh/id_rsa[.pub], which
-;; is the default setting.
-
-;; The main use case is for folks who like to e.g. encrypt their org
-;; notes and things of that nature. Since age.el provides is a direct
-;; port from EPG/EPA it can support all roles that .gpg files can
-;; support in Emacs, e.g. ~/.authinfo.age should work fine as well.
-
-;; Usage:
-;;
-;; Put age.el somewhere in your load-path and:
-;;
-;; (require 'age)
-;; (age-file-enable)
+;; Using age.el you can, for example, maintain .org.age encrypted Org files,
+;; provide Age encrypted authentication information out of .authinfo.age, and
+;; open/edit/save Age encrypted files via TRAMP.
;;; Code: