summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-05-23 01:36:49 -0400
committerKyle Meyer <kyle@kyleam.com>2015-05-23 01:36:49 -0400
commit8bf29bb18409c420e1999cf7bc7d166390e00f75 (patch)
treea7c8fc05ead387121fcc12fe82180a9fe570793b /lisp
parent9a680825a51c3809b9b177aeba0fcb4f2d57bc46 (diff)
downloademacs.d-8bf29bb18409c420e1999cf7bc7d166390e00f75.tar.gz
Go back to default helm popup
Keep getting error when completing in minibuffer with no other windows.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-helm.el3
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)