diff options
Diffstat (limited to 'home/dots/.emacs')
-rw-r--r-- | home/dots/.emacs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/dots/.emacs b/home/dots/.emacs index f726c4d..2a2649c 100644 --- a/home/dots/.emacs +++ b/home/dots/.emacs @@ -794,6 +794,10 @@ "Introspect" #'ctrl-lock-off)) + + + + (use-package ido :init (ido-mode t) |