diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-14 19:14:05 -0700 |
commit | 3fc415cde2b8caf97f5b872b5ea361db31b32d23 (patch) | |
tree | b7fd46ee3cf22b82bb5288301220647562240b88 /emacs/custom/my-git.el | |
parent | conf: configure CSS (diff) | |
download | emacs.d-3fc415cde2b8caf97f5b872b5ea361db31b32d23.tar.gz |
replace avy/counsel with vertico/consult
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 |