diff options
-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) |