diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-05-17 11:51:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-05-17 11:51:56 -0400 |
commit | 7f001466049484bbdbb3b4b7a4dc672320f057a6 (patch) | |
tree | 2662aaaa1e61a9b1a3eea0a38535f28c985ae4ed /lisp | |
parent | 7ccbdfe94618cef9b7726db9bd75904b3d17fc90 (diff) | |
download | emacs.d-7f001466049484bbdbb3b4b7a4dc672320f057a6.tar.gz |
helm: Don't prompt when creating new file
Diffstat (limited to 'lisp')
-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) |