Skip to content

Commit 5b53fba

Browse files
committed
Set :init-value to nil per @rnkn feedback in PR 18
1 parent ba4e318 commit 5b53fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

age.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ May either be a string or a list of strings.")
829829
;;;###autoload
830830
(define-minor-mode age-encryption-mode
831831
"Toggle automatic Age file encryption/decryption (Age Encryption mode)."
832-
:global t :init-value t :group 'age-file :version "0.1"
832+
:global t :group 'age-file :version "0.1"
833833
;;:initialize 'custom-initialize-delay
834834
(age-advise-tramp t)
835835
(setq file-name-handler-alist (delq age-file-handler file-name-handler-alist))

0 commit comments

Comments
 (0)