aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-26 01:58:06 +0200
committerGravatar Tom Willemse2016-07-26 01:58:06 +0200
commit9d9ee0f80994cb503ede485f5b9716baaa3efdfc (patch)
tree7882a1095251cf7f9b30cf2675490b4aec4295f8 /emacs
parent64c0b24e3c34c954da6705558c7d4c08df34bb7d (diff)
downloadnew-dotfiles-9d9ee0f80994cb503ede485f5b9716baaa3efdfc.tar.gz
new-dotfiles-9d9ee0f80994cb503ede485f5b9716baaa3efdfc.zip
Enable ido
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
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: