From 03167a1bd5a3dd10b428d3bc9dea80b8b54da72a Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sat, 30 Aug 2014 03:37:04 -0400 Subject: [PATCH] Add comment to init-grep.el --- init-package/init-grep.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init-package/init-grep.el b/init-package/init-grep.el index 660306cac..116708f1f 100644 --- a/init-package/init-grep.el +++ b/init-package/init-grep.el @@ -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 ")