summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile
index ec408506..59099604 100644
--- a/.emacs.d/eshell/profile
+++ b/.emacs.d/eshell/profile
@@ -2,3 +2,7 @@
# 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