mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
helm-swoop: always split below current window
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user