From 1bdfb3b8afaa144249e8861ad872bb41cd87c509 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 16 Oct 2017 18:22:32 +0100 Subject: [PATCH] Helm: Prefer horizontal splits --- .emacs.d/lisp/init-helm.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 1743379a..d81fd5e6 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -193,6 +193,7 @@ Requires `call-process-to-string' from `functions'." (unless (executable-find "locate") (setq helm-locate-recursive-dirs-command "find %s -type d -regex .*%s.*$")) -(setq helm-window-show-buffers-function 'helm-window-mosaic-fn) +(setq helm-window-show-buffers-function 'helm-window-mosaic-fn + helm-window-prefer-horizontal-split t) (provide 'init-helm)