summary refs log tree commit diff
path: root/emacs/custom/my-git.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-14 19:14:05 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-14 19:14:05 -0700
commit3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch)
treeb7fd46ee3cf22b82bb5288301220647562240b88 /emacs/custom/my-git.el
parentconf: configure CSS (diff)
downloademacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz
replace avy/counsel with vertico/consult
Diffstat (limited to 'emacs/custom/my-git.el')
-rw-r--r--emacs/custom/my-git.el3
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