doom-emacs/bin
Ben Johnson 94092081db
Fix running make from inside doom
The `term.el` package defines an environment variable `EMACS` inside its shell process, containing the Emacs and term.el version, in a string that looks like this: `26.1 (term:0.96)`. This interferes with the `bin/doom` command, which expects that environment variable to be a path to an Emacs binary. Trying to run make inside a doom terminal thus gives you this error:

```
Emacs isn't installed
make: *** [Makefile:5: all] Error 1
```

This simple fix just checks if `$EMACS` looks like a term version string, and ignores it if so.
2018-08-14 01:08:13 -07:00
..
doom Fix running make from inside doom 2018-08-14 01:08:13 -07:00
doom-doctor doom-doctor: use ~ instead of HOME envvar 2018-07-05 01:32:38 +02:00
doom.cmd Add ability to pass additional args to 'doom run' 2018-07-16 16:35:05 -07:00
org-capture bin/org-capture: reformat & improve daemon cleanup 2018-06-24 16:31:14 +02:00
org-tangle Add -h/--help usage info to bin/org-tangle 2018-06-20 11:29:29 +02:00