From: Mark Wooding Date: Sat, 12 May 2018 18:03:57 +0000 (+0100) Subject: el/dot-emacs.el: Override git's use of a pager more vigorously. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/20b6cd68765b7502483e411dea6c75f455c6f808 el/dot-emacs.el: Override git's use of a pager more vigorously. --- 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)