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

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