diff --git a/README.org b/README.org index 22586ec5..216d0769 100644 --- a/README.org +++ b/README.org @@ -1713,6 +1713,11 @@ targets." (use-package embark-consult) #+END_SRC +*** WGREP +#+begin_src emacs-lisp +(use-package wgrep) +#+end_src + *** Company #+begin_src emacs-lisp :tangle no (use-package company diff --git a/init.el b/init.el index 7e41ba95..5b6ef930 100644 --- a/init.el +++ b/init.el @@ -1159,6 +1159,8 @@ targets." (use-package embark-consult) +(use-package wgrep) + (use-package corfu :ensure t ;; Optional customizations