emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/shell-command+ 1554f6f: Add rgrep to shell-command+-sub


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 1554f6f: Add rgrep to shell-command+-substitute-alist
Date: Tue, 7 Sep 2021 09:57:27 -0400 (EDT)

branch: externals/shell-command+
commit 1554f6f573ee77a0834f747e8178bf2f59ef2a9f
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Add rgrep to shell-command+-substitute-alist
---
 shell-command+.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shell-command+.el b/shell-command+.el
index d46918e..918414f 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -125,6 +125,7 @@ handlers if the symbol (eg. `man') is contained in the 
list."
              ("fgrep" . shell-command+-cmd-grep)
              ("agrep" . shell-command+-cmd-grep)
              ("egrep" . shell-command+-cmd-grep)
+             ("rgrep" . shell-command+-cmd-grep)
              ("find" . shell-command+-cmd-find)
              ("locate" . shell-command+-cmd-locate)
              ("man" . shell-command+-cmd-man)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]