feat(selectrum): Add wgrep

This commit is contained in:
Edmund Miller 2021-05-07 11:40:55 -05:00 committed by Itai Y. Efrat
parent 51a9a628b3
commit 341343308a
3 changed files with 7 additions and 0 deletions

View file

@ -33,6 +33,7 @@ TODO
[[https://github.com/oantolin/embark/][embark-consult]]
[[https://github.com/minad/marginalia][marginalia]]
[[https://github.com/oantolin/orderless][orderless]] (unless ~+prescient~)
[[https://github.com/mhayashi1120/Emacs-wgrep][wgrep]]
[[https://github.com/raxod502/prescient.el][prescient]] (~+prescient~)
[[https://github.com/minad/consult/][consult-flycheck]] (~:checkers syntax~)

View file

@ -136,3 +136,7 @@
:after (embark consult)
:hook
(embark-collect-mode . embark-consult-preview-minor-mode))
(use-package! wgrep
:commands wgrep-change-to-wgrep-mode
:config (setq wgrep-auto-save-buffer t))

View file

@ -15,3 +15,5 @@
(package! embark-consult :pin "05aa11bca37db1751c86fe78f784741be5b1a066")
(package! marginalia :pin "ac4ab987126c0366b876e7fdcfa797822dd3580b")
(package! wgrep :pin "f9687c28bbc2e84f87a479b6ce04407bb97cfb23")