# HG changeset patch # User Oleksandr Gavenko # Date 1475777055 -10800 # Node ID 57d7478f265d9a17c9a6db2dc10fea46237e3a73 # Parent 22f5b3cdf40fbd40446484690c9409e00bdfacbd Document ido-everywhere synonym. diff -r 22f5b3cdf40f -r 57d7478f265d .emacs-my --- a/.emacs-my Thu Oct 06 18:58:23 2016 +0300 +++ b/.emacs-my Thu Oct 06 21:04:15 2016 +0300 @@ -1029,7 +1029,7 @@ (unless (ignore-errors (require 'ido) - (ido-mode 1) + (ido-mode 1) ; (ido-everywhere 'both) (global-set-key [?\s-d] #'ido-dired) (global-set-key [?\s-f] #'ido-find-file) t)