adding wgrep
This commit is contained in:
parent
437db2fa9e
commit
49706a0913
|
@ -1713,6 +1713,11 @@ targets."
|
||||||
(use-package embark-consult)
|
(use-package embark-consult)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** WGREP
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package wgrep)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
*** Company
|
*** Company
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
(use-package company
|
(use-package company
|
||||||
|
|
Loading…
Reference in a new issue