From 70cbfd4b9421d8d9ccd74d876553362ad6e8cbf9 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 16 Jul 2020 19:38:49 -0700 Subject: fix emacsclient from Eshell processes --- .emacs.d/eshell/profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .emacs.d/eshell/profile (limited to '.emacs.d/eshell') diff --git a/.emacs.d/eshell/profile b/.emacs.d/eshell/profile new file mode 100644 index 00000000..ec408506 --- /dev/null +++ b/.emacs.d/eshell/profile @@ -0,0 +1,4 @@ +# 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 -- cgit v1.2.3