Automatically follow symlinks to git files

This commit is contained in:
MitchMarq42 2023-01-03 11:52:45 -09:00
parent c9adcdaf46
commit 0ac1e0d7b4

View File

@ -800,6 +800,7 @@ Return nil if DIR is not in a hugo project at all."
(elpaca-use-package magit
:commands (madots magit-status magit)
:hook (magit-mode . turn-off-line-numbers)
:custom (vc-follow-symlinks t)
:config
(defun madots--magit-buffers-p ()
(not (not ; converts all non-nil values to t