aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 64fba23..a2df5e7 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -193,7 +193,10 @@ This is currently the data directory under the
;; Enable ido.
+(require 'ido)
+
(ido-mode)
+(ido-everywhere)
;; Add smex, an ido-like M-x alternative.