Uninstall deadgrep' and
wgrep`
This commit is contained in:
parent
5ba54331b2
commit
9b542297f7
@ -296,8 +296,7 @@ recommendation of [[info:emacs#Saving Customizations][saving customizations (inf
|
|||||||
package-selected-packages '(async ; asynchroneous processing
|
package-selected-packages '(async ; asynchroneous processing
|
||||||
debbugs ; access the GNU bug tracker
|
debbugs ; access the GNU bug tracker
|
||||||
no-littering ; keep `user-emacs-directory' clean
|
no-littering ; keep `user-emacs-directory' clean
|
||||||
org ; thought organizer
|
org))
|
||||||
wgrep)) ; open a writable grep buffer
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* [[info:emacs#Package Installation][Install the selected packages (info)]]
|
* [[info:emacs#Package Installation][Install the selected packages (info)]]
|
||||||
@ -1453,7 +1452,6 @@ completion function [[info:elisp#Minibuffer Completion][completing-read]]. List
|
|||||||
| consult-register | ctl-x-r-keymap | {{{kbd(C-x r x)}}} |
|
| consult-register | ctl-x-r-keymap | {{{kbd(C-x r x)}}} |
|
||||||
| consult-yank-pop | global-map | {{{kbd(M-y)}}} |
|
| consult-yank-pop | global-map | {{{kbd(M-y)}}} |
|
||||||
|-----------------------------+----------------------+--------------------|
|
|-----------------------------+----------------------+--------------------|
|
||||||
| deadgrep | search-map | {{{kbd(M-s d)}}} |
|
|
||||||
| elfeed | global-map | {{{kbd(C-x w)}}} |
|
| elfeed | global-map | {{{kbd(C-x w)}}} |
|
||||||
| embark-act | global-map | {{{kbd(C-\,)}}} |
|
| embark-act | global-map | {{{kbd(C-\,)}}} |
|
||||||
| embark-bindings | global-map | {{{kbd(C-h B)}}} |
|
| embark-bindings | global-map | {{{kbd(C-h B)}}} |
|
||||||
@ -1564,9 +1562,10 @@ of {{{kbd(M-x replace-regexp)}}} using =(regular-expression transform)= pairs.
|
|||||||
| renumber grep/occur matches | =\(.+:\)= | =\,(1+ \#)._= |
|
| renumber grep/occur matches | =\(.+:\)= | =\,(1+ \#)._= |
|
||||||
|-----------------------------+---------------------------------+---------------|
|
|-----------------------------+---------------------------------+---------------|
|
||||||
|
|
||||||
** [[https://github.com/Wilfred/deadgrep#readme][Deadgrep]]
|
** [[https://github.com/Wilfred/deadgrep#readme][Deadgrep]] :noexport:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: sec:deadgrep
|
:CUSTOM_ID: sec:deadgrep
|
||||||
|
:header-args:emacs-lisp: :tangle no :eval never-export
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
[[https://github.com/Wilfred/deadgrep#readme][Deadgrep]] uses [[https://github.com/BurntSushi/ripgrep#readme][ripgrep]] for superfast text searching in the default directory or
|
[[https://github.com/Wilfred/deadgrep#readme][Deadgrep]] uses [[https://github.com/BurntSushi/ripgrep#readme][ripgrep]] for superfast text searching in the default directory or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user