[Emacs] Use less for pager when no server found

This commit is contained in:
2018-06-14 16:01:35 -07:00
parent 41bea05224
commit f966f44b3c

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
if environment_variable_exists INSIDE_EMACS; then if environment_variable_exists INSIDE_EMACS; then
emacs_pager "$@" emacs_pager -a less "$@"
else else
less -FXr less -FXr
fi fi