Enable ido-everywhere

This commit is contained in:
Tom Willemse 2016-07-26 02:18:44 +02:00
parent 001bb3abd1
commit f485cf9f34

View file

@ -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.