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