From da7e3f84c31ea54dea05bcc1d712007ead939dec Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 1 May 2015 22:30:56 -0400 Subject: Use recentf list with helm --- lisp/init-helm.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') diff --git a/lisp/init-helm.el b/lisp/init-helm.el index b01c414..941b04d 100644 --- a/lisp/init-helm.el +++ b/lisp/init-helm.el @@ -4,6 +4,7 @@ (setq helm-split-window-in-side-p t helm-move-to-line-cycle-in-source t + helm-ff-file-name-history-use-recentf t helm-ff-skip-boring-files t) (setq helm-man-or-woman-function #'woman) -- cgit v1.2.3