Make builtin completing read default again.
After a couple of requests for this.
This commit is contained in:
parent
814ba6c715
commit
8d94579f8b
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -183,7 +183,7 @@ t mean pty, it enable magit to prompt for passphrase when needed."
|
|||
:group 'magit
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom magit-completing-read-function 'magit-iswitchb-completing-read
|
||||
(defcustom magit-completing-read-function 'magit-builtin-completing-read
|
||||
"Function to be called when requesting input from the user."
|
||||
:group 'magit
|
||||
:type '(radio (function-item magit-iswitchb-completing-read)
|
||||
|
|
Loading…
Reference in a new issue