summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-10-30 16:38:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-10-30 16:38:34 -0700
commita484e9a884440c5d6612421105c1682293068106 (patch)
tree88bd1f9c54309d7e628399cf3502cc56e73acc79 /bin
parent19620ce34dce937784da7152aa64bb722f92ad23 (diff)
downloaddotfiles-a484e9a884440c5d6612421105c1682293068106.tar.gz
propagate new environment to Eshells
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-emacs-daemon-environment6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/update-emacs-daemon-environment b/bin/update-emacs-daemon-environment
index 57a59f1b..fbc3654e 100755
--- a/bin/update-emacs-daemon-environment
+++ b/bin/update-emacs-daemon-environment
@@ -23,6 +23,6 @@ for var in DISPLAY \
fi
done
-# finally, also call a function which now updates the values in our Lisp image
-# from Emacs' values (unimplemented)
-# emacsclient -eval '(spw/update-lisp-image-environment)'
+# finally, also call a function which now updates the values in Eshells and
+# our Lisp image from Emacs' values
+emacsclient -eval '(spw/propagate-new-environment)'