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)