summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org2
1 files changed, 1 insertions, 1 deletions
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