helm-swoop: always split below current window

This commit is contained in:
Henrik Lissner 2018-06-17 17:19:33 +02:00
parent 09369593a7
commit ce86fa0557
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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