From fd6965614b9ecc88fc670bc6e6847a28a403390b Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 7 Feb 2014 21:45:37 -0500 Subject: Autoload vc-git-grep --- lisp/init-grep.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp') diff --git a/lisp/init-grep.el b/lisp/init-grep.el index a1d6dbf..530e712 100644 --- a/lisp/init-grep.el +++ b/lisp/init-grep.el @@ -1,3 +1,9 @@ +(autoload 'vc-git-grep "vc-git" + "Run git grep, searching for REGEXP in FILES in directory DIR. +The search is limited to file names matching shell pattern FILES. +FILES may use abbreviations defined in `grep-files-aliases', e.g. +entering `ch' is equivalent to `*.[ch]'.") + ;; http://stackoverflow.com/questions/16122801/ ;; remove-header-information-from-rgrep-grep-output-in-emacs (defun hide-grep-header () -- cgit v1.2.3