Helm: Move settings together

master
Pierre Neidhardt 2017-10-18 18:18:54 +01:00
parent b54b64e94f
commit 070b68d6f2
1 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,10 @@
helm-eshell-fuzzy-match t
helm-imenu-fuzzy-match t
helm-M-x-fuzzy-match t
helm-recentf-fuzzy-match t)
helm-recentf-fuzzy-match t
helm-window-show-buffers-function 'helm-window-mosaic-fn
helm-window-prefer-horizontal-split t)
;;; From https://github.com/emacs-helm/helm/issues/362.
;;; This is not perfect with evil mode as the cursor type is not right in the
@ -193,7 +196,4 @@ 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
helm-window-prefer-horizontal-split t)
(provide 'init-helm)