From 7f001466049484bbdbb3b4b7a4dc672320f057a6 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 May 2015 11:51:56 -0400 Subject: helm: Don't prompt when creating new file --- lisp/init-helm.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') 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) -- cgit v1.2.3