all repos — nixfiles @ 331196b3821f5d5a240ba300478c24119bdb1b53

System and user configuration, managed by nix and home-manager

Emacs: Use ido in magit

Alan Pearce
commit

331196b3821f5d5a240ba300478c24119bdb1b53

parent

02847eb44ff921efe2a62a20b478822075bee951

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-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