From 20b6cd68765b7502483e411dea6c75f455c6f808 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 12 May 2018 19:03:57 +0100 Subject: [PATCH] el/dot-emacs.el: Override git's use of a pager more vigorously. --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 77d604c..dcbaa78 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -4006,7 +4006,7 @@ This allows you to pass a list of arguments through `ansi-term'." (ansi-term (list "ssh" host) (format "ssh@%s" host))) (defvar git-grep-command - "env PAGER=cat git grep --no-color -nH -e " + "env GIT_PAGER=cat git grep --no-color -nH -e " "*The default command for \\[git-grep].") (defvar git-grep-history nil) -- 2.11.0