Helm: Prefer horizontal splits

master
Pierre Neidhardt 2017-10-16 18:22:32 +01:00
parent f8b5ca82b4
commit 1bdfb3b8af
1 changed files with 2 additions and 1 deletions

View File

@ -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)