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://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/20b6cd68765b7502483e411dea6c75f455c6f808?ds=inline;hp=-c el/dot-emacs.el: Override git's use of a pager more vigorously. --- 20b6cd68765b7502483e411dea6c75f455c6f808 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 @@ (defun ssh (host) (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)