summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-07-02 09:02:53 +0200
committerAlan Pearce2015-07-02 09:02:53 +0200
commit331196b3821f5d5a240ba300478c24119bdb1b53 (patch)
treed5b2e51c8438704d02e825aef2b07b2346fd24df /tag-emacs
parent02847eb44ff921efe2a62a20b478822075bee951 (diff)
downloaddotfiles-331196b3821f5d5a240ba300478c24119bdb1b53.tar.lz
dotfiles-331196b3821f5d5a240ba300478c24119bdb1b53.tar.zst
dotfiles-331196b3821f5d5a240ba300478c24119bdb1b53.zip
Emacs: Use ido in magit
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index ba4ce1d..f94e3e2 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