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 941b04d..a86408a 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-newfile-prompt-p nil helm-ff-file-name-history-use-recentf t helm-ff-skip-boring-files t) |