From 2056f58970272dbec98b136f3fa5577f6053a721 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 2 May 2015 18:34:59 -0400 Subject: [PATCH] enable ido-mode --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 57758f8..b97ad57 100644 --- a/.emacs +++ b/.emacs @@ -56,6 +56,7 @@ (desktop-save-mode 1) (savehist-mode 1) +(ido-mode) ;; use windmove to move point with shift+arrow key (when (fboundp 'windmove-default-keybindings)