summaryrefslogtreecommitdiff
path: root/lisp/init-ido.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ido.el')
-rw-r--r--lisp/init-ido.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/init-ido.el b/lisp/init-ido.el
index 978075c..c0840ab 100644
--- a/lisp/init-ido.el
+++ b/lisp/init-ido.el
@@ -28,12 +28,6 @@
(flx-ido-mode 1)
(ido-ubiquitous-mode 1)
-;; Recent files
-(setq recentf-save-file "~/.emacs.d/cache/recentf"
- recentf-max-saved-items 200
- recentf-max-menu-items 15)
-(recentf-mode t)
-
;; From prelude
(defun km/recentf-ido-find-file ()
"Find a recent file using ido."