Add wgrep

This commit is contained in:
Alexander Rosenberg 2024-09-13 05:46:16 -07:00
parent 85242cd785
commit 389b3d1891
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -509,6 +509,9 @@ visual states."
(use-package consult-eglot
:commands consult-eglot-symbols)
;; wgrep
(use-package wgrep)
;; integration for embark and consult
(use-package embark-consult
:hook (embark-collect-mode . consult-preview-at-point-mode))