Parcourir la source

add my-rgrep-gitgrep

pull/1/head
10sr il y a 10 ans
Parent
révision
fafacb4d13
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      emacs.el

+ 7
- 0
emacs.el Voir le fichier

@@ -2117,6 +2117,13 @@ This function accept no argument and return newly created buffer of terminal.")
'grep-find-history)))
(my-rgrep command-args))

(defun my-rgrep-gitgrep (command-args)
"My recursive grep."
(interactive (list (read-shell-command "grep command: "
my-rgrep-gitgrep
'grep-find-history)))
(my-rgrep command-args))

(defun my-rgrep-global (command-args)
"My recursive grep by gnu global."
(interactive (list (read-shell-command "grep command: "


Chargement…
Annuler
Enregistrer