1
0
Fork 0

fix(emacs): re-include vc-follow-symlink

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-11-20 14:34:13 -05:00
parent b431bd2d45
commit 628398a3f4
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

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