From 3fc415cde2b8caf97f5b872b5ea361db31b32d23 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Apr 2022 19:14:05 -0700 Subject: replace avy/counsel with vertico/consult --- emacs/custom/my-git.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs/custom/my-git.el') 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 -- cgit v1.2.3