Merge pull request #1036 from ar1a/setq_auth_sources
setq auth-sources properly
This commit is contained in:
commit
9ccb55ad44
1 changed files with 3 additions and 3 deletions
|
@ -7,9 +7,9 @@
|
||||||
;; Config
|
;; Config
|
||||||
|
|
||||||
;; Don't store authinfo in plain text!
|
;; Don't store authinfo in plain text!
|
||||||
(defvar auth-sources
|
(setq auth-sources
|
||||||
(list (expand-file-name "authinfo.gpg" doom-etc-dir)
|
(list (expand-file-name "authinfo.gpg" doom-etc-dir)
|
||||||
"~/.authinfo.gpg"))
|
"~/.authinfo.gpg"))
|
||||||
|
|
||||||
(after! epa
|
(after! epa
|
||||||
(setq epa-file-encrypt-to
|
(setq epa-file-encrypt-to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue