forked from colonelpanic/dotfiles
[Emacs] Use less for pager when no server found
This commit is contained in:
parent
41bea05224
commit
f966f44b3c
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env zsh
|
||||
if environment_variable_exists INSIDE_EMACS; then
|
||||
emacs_pager "$@"
|
||||
emacs_pager -a less "$@"
|
||||
else
|
||||
less -FXr
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user