From 331196b3821f5d5a240ba300478c24119bdb1b53 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 2 Jul 2015 09:02:53 +0200 Subject: Emacs: Use ido in magit --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ba4ce1d3..f94e3e28 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1057,7 +1057,8 @@ mouse-1: Display Line and Column Mode Menu")))))) :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 -- cgit 1.4.1