From c4a12b2876182bce50c76fb3c232de9071996b0b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 21 Mar 2014 00:45:52 -0400 Subject: Relocate recent files settings --- lisp/init-buffile.el | 6 ++++++ lisp/init-ido.el | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lisp') diff --git a/lisp/init-buffile.el b/lisp/init-buffile.el index 09da103..18f8273 100644 --- a/lisp/init-buffile.el +++ b/lisp/init-buffile.el @@ -129,4 +129,10 @@ user." ;; Don't show empty filter groups. ibuffer-show-empty-filter-groups nil) +;; Recent files +(setq recentf-save-file "~/.emacs.d/cache/recentf" + recentf-max-saved-items 200 + recentf-max-menu-items 15) +(recentf-mode t) + (provide 'init-buffile) 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." -- cgit v1.2.3