From 79509b41a709e5eea4c21d684a9669fcad0e3915 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 4 May 2022 11:17:25 +0200 Subject: Use builtin magit completion --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 4ca3c60..7caf258 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2801,7 +2801,7 @@ For example, ARGS could be \"--in=here\"" #+BEGIN_SRC emacs-lisp (use-package magit :straight t - :custom (magit-completing-read-function 'magit-ido-completing-read) + :custom (magit-completing-read-function 'magit-builtin-completing-read) :init (global-magit-file-mode)) #+END_SRC -- cgit v1.2.3