Add comment to init-grep.el

This commit is contained in:
syl20bnr 2014-08-30 03:37:04 -04:00
parent 78192c3dba
commit 03167a1bd5

View file

@ -1,6 +1,7 @@
(use-package grep
:init
(progn
;; add fish shell compatibility with grep command
(defadvice grep-compute-defaults
(after grep-default-fish-compatibility)
(grep-apply-setting 'grep-find-command "find . ! -name \"*~\" ! -name \"#*#\" -type f -print0 | xargs -0 -e grep -nH -e ")