summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-15 22:29:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-15 22:30:06 -0700
commit3ce89aae7621df116e2c9492e2954cc620d73b11 (patch)
tree20ad5e9d70fff777616464c216b227cd4ab70917 /.emacs.d/eshell
parent4a11733c92c0d533b79c07631f249d92e20a3edf (diff)
downloaddotfiles-3ce89aae7621df116e2c9492e2954cc620d73b11.tar.gz
set DEBIAN_FRONTEND=readline in Eshells
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