Skip to content

Commit

Permalink
feat(completion): add wgrep (integrates with consult & embark)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 26, 2023
1 parent f694310 commit 4b66448
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,12 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
:hook (minibuffer-setup . vertico-repeat-save)
:bind ("M-R" . vertico-repeat))

(use-package wgrep
:straight t
:commands wgrep-change-to-wgrep-mode
:custom
(wgrep-auto-save-buffer t))


(provide 'me-completion)

Expand Down

0 comments on commit 4b66448

Please sign in to comment.