diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/my-git.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/custom/my-git.el b/emacs/custom/my-git.el index 020865c..51648ec 100644 --- a/emacs/custom/my-git.el +++ b/emacs/custom/my-git.el @@ -18,8 +18,7 @@ :after (flyspell) :bind (("C-x g" . magit-status)) :custom - (vc-follow-symlinks t) - (magit-completing-read-function 'ivy-completing-read)) + (vc-follow-symlinks t)) (use-package magit-repos :ensure nil |