diff --git a/init.el b/init.el index 637ed07..b12c4d0 100644 --- a/init.el +++ b/init.el @@ -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))