diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-29 01:48:23 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-29 01:48:23 -0500 |
commit | b68ce750ac90da4fb88669d256666dbaa39f4338 (patch) | |
tree | cabf50b7a85d1062ba60bd3ebf45fb17965884ca /.config/bash/rc.d | |
parent | 15820c5e8ed6f01cf4a87b85126eb7f346ebab3d (diff) | |
parent | 34bbf66a460e5c622e209211869b3a8bde8a68d5 (diff) |
Merge remote-tracking branch 'origin/gluglugt60-par' into build64-par
Conflicts:
.config/login.sh
.config/lxpanel/default/config
.config/wmii-hg/config.sh
Diffstat (limited to '.config/bash/rc.d')
-rw-r--r-- | .config/bash/rc.d/emacs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/bash/rc.d/emacs.sh b/.config/bash/rc.d/emacs.sh index c254ec7..bb6454b 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 ############################### |