Document ido-everywhere synonym.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 06 Oct 2016 21:04:15 +0300
changeset 1438 57d7478f265d
parent 1437 22f5b3cdf40f
child 1439 6fc6ce787711
Document ido-everywhere synonym.
.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)