diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-05-01 22:30:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-05-01 22:30:56 -0400 |
commit | da7e3f84c31ea54dea05bcc1d712007ead939dec (patch) | |
tree | 8ba45d073c66b72c713981556dfef67671b1da16 | |
parent | 47c0dea59bf0c84374417097248ccbd06d8da39f (diff) | |
download | emacs.d-da7e3f84c31ea54dea05bcc1d712007ead939dec.tar.gz |
Use recentf list with helm
-rw-r--r-- | lisp/init-helm.el | 1 |
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) |