helm-swoop: always split below current window
This commit is contained in:
parent
09369593a7
commit
ce86fa0557
1 changed files with 4 additions and 1 deletions
|
@ -139,7 +139,10 @@
|
||||||
(setq helm-swoop-use-line-number-face t
|
(setq helm-swoop-use-line-number-face t
|
||||||
helm-swoop-candidate-number-limit 200
|
helm-swoop-candidate-number-limit 200
|
||||||
helm-swoop-speed-or-color t
|
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
|
(def-package! wgrep
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue