Skip to content

Commit

Permalink
fix(epa-file): ensure enabling epa-file (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 6, 2023
1 parent d7ba8b7 commit 568bb5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
(auth-source-do-cache t) ; Enable caching, do not keep asking about GPG key
(auth-source-cache-expiry 86400)) ; All day, default is 2h (7200)

(use-package epa-file
:straight (:type built-in)
:after minemacs-loaded
:demand t
:config
(+shutup! (epa-file-enable)))


(provide 'me-builtin)

Expand Down

0 comments on commit 568bb5d

Please sign in to comment.