diff options
author | fpi | 2022-05-04 11:17:25 +0200 |
---|---|---|
committer | fpi | 2022-05-04 11:17:35 +0200 |
commit | 79509b41a709e5eea4c21d684a9669fcad0e3915 (patch) | |
tree | d3f2cd64cabb28bb89dcf54dc5d6b244466d5714 | |
parent | Merge branch 'gnus+' into emacs (diff) |
Use builtin magit completion
-rw-r--r-- | emacs-init.org | 2 |
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 |