diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index fc5cf0e..e18dd52 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -1420,6 +1420,10 @@ from myaethon2.core.decorators import ( (global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this) (global-set-key [remap query-replace-regexp] 'vr/query-replace) +(setq org-completion-use-ido t) +(setq magit-completing-read-function 'magit-ido-completing-read) +(setq gnus-completing-read-function 'gnus-ido-completing-read) + ;;;; Misc modes (oni:enable '(downcase-region narrow-to-page narrow-to-region scroll-left