summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
blob: 42eb0e8a44617d1038a724da97c1318bda420240 (plain)
1
2
3
4
5
6
7
8
# for processes spawned by Eshell, drop the -c/-t set in ~/.shenv, so that the
# Emacs frame containing Eshell gets reused, and pass -s if necessary
export EDITOR="emacsclient$(if (stringp (daemonp)) (concat \" -s\" (daemonp)) \"\")"
export VISUAL="$EDITOR"

# debconf will fall back to this frontend but emit a warning; set it ourselves
# to avoid that warning
export DEBIAN_FRONTEND=readline