summaryrefslogtreecommitdiff
path: root/lisp/init-helm.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-01 22:30:56 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-01 22:30:56 -0400
commitda7e3f84c31ea54dea05bcc1d712007ead939dec (patch)
tree8ba45d073c66b72c713981556dfef67671b1da16 /lisp/init-helm.el
parent47c0dea59bf0c84374417097248ccbd06d8da39f (diff)
downloademacs.d-da7e3f84c31ea54dea05bcc1d712007ead939dec.tar.gz
Use recentf list with helm
Diffstat (limited to 'lisp/init-helm.el')
-rw-r--r--lisp/init-helm.el1
1 files changed, 1 insertions, 0 deletions
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)