Last Updated: February 25, 2016
·
1.079K
· legumbre

Use ido/iswitchb sytle completion in magit

Use the `magit-completing-read-function' variable to change the way magit handles completion:

; ido users
(setq magit-completing-read-function
    'magit-ido-completing-read)

; iswitchb users
(setq magit-completing-read-function
    'magit-iswitchb-completing-read)