forked from colonelpanic/dotfiles
[Emacs] Add update about term-exec-1
This commit is contained in:
parent
3fd36d075d
commit
f664bfbe82
@ -263,6 +263,10 @@ executable [[http://emacs.stackexchange.com/questions/6010/can-emacs-detect-the-
|
|||||||
(setenv "EMACS"
|
(setenv "EMACS"
|
||||||
(file-truename (expand-file-name invocation-name invocation-directory)))
|
(file-truename (expand-file-name invocation-name invocation-directory)))
|
||||||
#+END_SRC
|
#+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
|
* Functions
|
||||||
** Join Paths
|
** Join Paths
|
||||||
Works in the same way as os.path.join in python
|
Works in the same way as os.path.join in python
|
||||||
|
Loading…
Reference in New Issue
Block a user