Skip to content

Commit c80d4e1

Browse files
committed
add authinfo
1 parent 11092e0 commit c80d4e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

emacs/lisp/personal.el

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"~/dev")
1818
(t "~/"))))
1919

20+
(setq auth-sources (list
21+
(concat (getenv "XDG_CONFIG_HOME") "/authinfo.gpg")
22+
"~/.authinfo.gpg"))
23+
2024

2125
(provide 'personal)

0 commit comments

Comments
 (0)