Replace helm-swoop with swiper-helm
Swiper is superior. The downside is it pulls in ivy as a dependency, but that is acceptable considering how small it is.
This commit is contained in:
parent
b180aceaa8
commit
7f5e778b0c
3 changed files with 6 additions and 13 deletions
|
@ -144,16 +144,9 @@ If you want to already use git-grep or grep, set this to nil.")
|
|||
(set-keymap-parent helm-projectile-find-file-map helm-map))
|
||||
|
||||
|
||||
(def-package! helm-swoop ; https://github.com/ShingoFukuyama/helm-swoop
|
||||
:commands helm-multi-swoop-all
|
||||
:config
|
||||
(setq helm-swoop-use-line-number-face t
|
||||
helm-swoop-candidate-number-limit 200
|
||||
helm-swoop-speed-or-color t
|
||||
;; no initial input
|
||||
helm-swoop-pre-input-function (lambda () "")
|
||||
;; Always split below current window
|
||||
helm-swoop-split-with-multiple-windows t))
|
||||
;; `swiper-helm'
|
||||
(setq swiper-helm-display-function
|
||||
(lambda (buf &optional _resume) (pop-to-buffer buf)))
|
||||
|
||||
|
||||
(def-package! wgrep
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
(package! helm-css-scss)
|
||||
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
|
||||
(package! helm-projectile)
|
||||
(package! helm-swoop)
|
||||
(package! swiper-helm)
|
||||
(package! wgrep)
|
||||
(when (featurep! +fuzzy)
|
||||
(package! helm-flx))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue