adding wgrep
This commit is contained in:
parent
437db2fa9e
commit
49706a0913
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
2
init.el
2
init.el
|
@ -1159,6 +1159,8 @@ targets."
|
||||||
|
|
||||||
(use-package embark-consult)
|
(use-package embark-consult)
|
||||||
|
|
||||||
|
(use-package wgrep)
|
||||||
|
|
||||||
(use-package corfu
|
(use-package corfu
|
||||||
:ensure t
|
:ensure t
|
||||||
;; Optional customizations
|
;; Optional customizations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue