[Emacs] Add update about term-exec-1

This commit is contained in:
Ivan Malison 2016-09-22 17:09:08 -07:00
parent 3fd36d075d
commit f664bfbe82
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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