1
0
Fork 0

fix(emacs): change auth-sources target

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-22 01:07:32 -05:00
parent a944059095
commit 310b5dbe30
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -5,7 +5,7 @@
(use-package magit :straight t
:custom
(auth-sources '("~/.authinfo"))
(auth-sources '("~/.authinfo.gpg"))
(vc-follow-symlink t)
:bind (("<f5>" . magit-status)
("C-x g" . magit-status)))