Skip to content

Commit ba4e318

Browse files
committed
Documentation updates.
1 parent 861cd40 commit ba4e318

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.org

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Using age.el you can, for example, maintain ~.org.age~ encrypted Org files,
1212
provide Age encrypted authentication information out of ~.authinfo.age~, and
1313
open/edit/save Age encrypted files via TRAMP.
1414

15-
NOTE: a full featured passage Emacs package that functions with age.el is
15+
NOTE: a full featured [[https://github.com/FiloSottile/passage][passage]] Emacs package that functions with age.el is
1616
available [[https://github.com/anticomputer/passage.el][here]].
1717

1818
* Usage
@@ -81,6 +81,14 @@ which rage does support.
8181
:ensure t
8282
:demand t
8383
:custom
84+
;; you should customize these and not just setq them
85+
;; while it won't break anything, age.el checks for
86+
;; variable customizations to supersede auto configs
87+
;; this only becomes an issue if you e.g. have both
88+
;; rage and age installed on a system and want to
89+
;; ensure that age-program is actually what is used
90+
;; as opposed to the first found compatible version
91+
;; of a supported Age client
8492
(age-program "rage")
8593
(age-default-identity "~/.ssh/age_yubikey")
8694
(age-default-recipient

0 commit comments

Comments
 (0)