Automatically follow symlinks to git files
This commit is contained in:
parent
c9adcdaf46
commit
0ac1e0d7b4
@ -800,6 +800,7 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
(elpaca-use-package magit
|
(elpaca-use-package magit
|
||||||
:commands (madots magit-status magit)
|
:commands (madots magit-status magit)
|
||||||
:hook (magit-mode . turn-off-line-numbers)
|
:hook (magit-mode . turn-off-line-numbers)
|
||||||
|
:custom (vc-follow-symlinks t)
|
||||||
:config
|
:config
|
||||||
(defun madots--magit-buffers-p ()
|
(defun madots--magit-buffers-p ()
|
||||||
(not (not ; converts all non-nil values to t
|
(not (not ; converts all non-nil values to t
|
||||||
|
Loading…
Reference in New Issue
Block a user