From dd8c27a1c6562aeb8487b94f985d89408f5a3902 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Jan 2015 00:48:29 -0500 Subject: Bash: disable the pager when running in emacs --- .config/bash/rc.d/emacs.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.config/bash/rc.d/emacs.sh') diff --git a/.config/bash/rc.d/emacs.sh b/.config/bash/rc.d/emacs.sh index 12fa9ad..4a7b9b8 100644 --- a/.config/bash/rc.d/emacs.sh +++ b/.config/bash/rc.d/emacs.sh @@ -5,6 +5,7 @@ if [[ $TERM == eterm* ]]; then EDITOR=$SELECTED_EDITOR VISUAL=$SELECTED_EDITOR export SELECTED_EDITOR EDITOR VISUAL + export PAGER=cat ## Primatives for interacting with Emacs ############################### -- cgit v1.2.3-54-g00ecf