diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index b39f09b9b..a4a8a4537 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -139,7 +139,10 @@ (setq helm-swoop-use-line-number-face t helm-swoop-candidate-number-limit 200 helm-swoop-speed-or-color t - helm-swoop-pre-input-function (lambda () ""))) + ;; no initial input + helm-swoop-pre-input-function (lambda () "") + ;; Always split below current window + helm-swoop-split-with-multiple-windows t)) (def-package! wgrep