summaryrefslogtreecommitdiff
path: root/lisp/init-helm.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-17 11:51:56 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-17 11:51:56 -0400
commit7f001466049484bbdbb3b4b7a4dc672320f057a6 (patch)
tree2662aaaa1e61a9b1a3eea0a38535f28c985ae4ed /lisp/init-helm.el
parent7ccbdfe94618cef9b7726db9bd75904b3d17fc90 (diff)
downloademacs.d-7f001466049484bbdbb3b4b7a4dc672320f057a6.tar.gz
helm: Don't prompt when creating new file
Diffstat (limited to 'lisp/init-helm.el')
-rw-r--r--lisp/init-helm.el1
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)