summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell/profile
blob: 5909960422a8f576fdee655dac0f0b4e46d12943 (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
export EDITOR=emacsclient
export VISUAL=emacsclient

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