From 8bf29bb18409c420e1999cf7bc7d166390e00f75 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 23 May 2015 01:36:49 -0400 Subject: Go back to default helm popup Keep getting error when completing in minibuffer with no other windows. --- lisp/init-helm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lisp/init-helm.el') 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) -- cgit v1.2.3