branch: elpa/age
commit 5b53fba1c42a850d3d644b5e1e15cf2cc5a882d8
Author: Bas Alberts <[email protected]>
Commit: Bas Alberts <[email protected]>

    Set :init-value to nil per @rnkn feedback in PR 18
---
 age.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/age.el b/age.el
index 91af98f8863..923e114b6fa 100644
--- a/age.el
+++ b/age.el
@@ -829,7 +829,7 @@ May either be a string or a list of strings.")
 ;;;###autoload
 (define-minor-mode age-encryption-mode
   "Toggle automatic Age file encryption/decryption (Age Encryption mode)."
-  :global t :init-value t :group 'age-file :version "0.1"
+  :global t :group 'age-file :version "0.1"
   ;;:initialize 'custom-initialize-delay
   (age-advise-tramp t)
   (setq file-name-handler-alist (delq age-file-handler 
file-name-handler-alist))

Reply via email to