adding wgrep

This commit is contained in:
Chris Cochrun 2023-01-17 10:05:46 -06:00
parent 437db2fa9e
commit 49706a0913
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -1159,6 +1159,8 @@ targets."
(use-package embark-consult)
(use-package wgrep)
(use-package corfu
:ensure t
;; Optional customizations