From 49706a0913cf9b432a705b8c533ff6ab70793ab9 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 17 Jan 2023 10:05:46 -0600 Subject: [PATCH] adding wgrep --- README.org | 5 +++++ init.el | 2 ++ 2 files changed, 7 insertions(+) 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