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)
Written by Leonardo Etcheverry
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Emacs
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#