diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 8c5e351..7620d4a 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -189,6 +189,12 @@ This is currently the data directory under the (concat user-emacs-directory "vendor-lisp/eternal-theme")) (load-theme 'eternal :no-confirm) +;;;; Ido: + +;; Enable ido + +(ido-mode) + ;;;; Minor modes: ;;;;; Paredit: