Emacs: Use ido in magit
Alan Pearce alan.pearce@spotcap.com
Thu, 02 Jul 2015 09:02:53 +0200
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -1057,7 +1057,8 @@ :diminish magit-auto-revert-mode :commands (magit-status) :config (rename-modeline magit-status-mode (char-to-string (-find #'char-displayable-p '(11942 5848 177))) (setq magit-last-seen-setup-instructions "1.4.0" - magit-auto-revert-mode t)) + magit-auto-revert-mode t + magit-completing-read-function #'magit-ido-completing-read)) :init (add-hook 'magit-mode-hook #'magit-load-config-extensions)) ;;;; Spelling