summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-16 19:38:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-16 19:38:49 -0700
commit70cbfd4b9421d8d9ccd74d876553362ad6e8cbf9 (patch)
tree313bb70af56e2f9c2f8b2814ea2e8f2c1d5f7059 /.emacs.d/eshell
parent35aef22410f86683985ed419bb5404cc10f7da51 (diff)
downloaddotfiles-70cbfd4b9421d8d9ccd74d876553362ad6e8cbf9.tar.gz
fix emacsclient from Eshell processes
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
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