diff options
-rw-r--r-- | lisp/init-helm.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/init-helm.el b/lisp/init-helm.el index a86408a..eba3ab1 100644 --- a/lisp/init-helm.el +++ b/lisp/init-helm.el @@ -2,8 +2,7 @@ (require 'helm) (require 'helm-config) -(setq helm-split-window-in-side-p t - helm-move-to-line-cycle-in-source t +(setq 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) |