From f664bfbe82e15645f64539dae7b5c29b47b8d989 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 22 Sep 2016 17:09:08 -0700 Subject: [PATCH] [Emacs] Add update about term-exec-1 --- dotfiles/emacs.d/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index bd80706d..767b8d89 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -263,6 +263,10 @@ executable [[http://emacs.stackexchange.com/questions/6010/can-emacs-detect-the- (setenv "EMACS" (file-truename (expand-file-name invocation-name invocation-directory))) #+END_SRC + +Update: It turns out that it is term-exec-1 that is causing this environment +variable to be set to something strange. When I tried to disable it, it seemed +to cause issues. Oh well... * Functions ** Join Paths Works in the same way as os.path.join in python