From 27b6445823ad89935bd8c0186468b9e4b578cb7b Mon Sep 17 00:00:00 2001 From: 10sr Date: Thu, 15 Sep 2011 22:31:07 +0900 Subject: [PATCH] add GIT_PAGER= for eshell --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 0ae18f2..abb4bb5 100644 --- a/.emacs +++ b/.emacs @@ -1387,6 +1387,7 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer." (apply 'eshell/addpath exec-path) (set (make-variable-buffer-local 'scroll-margin) 0) (eshell/export "GIT_PAGER=") + (eshell/export "GIT_EDITOR=") (eshell/export "LC_MESSAGES=C") ))