enable ido-mode

This commit is contained in:
Adam Goldsmith 2015-05-02 18:34:59 -04:00
parent 04d6873924
commit 2056f58970
1 changed files with 1 additions and 0 deletions

1
.emacs
View File

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