This commit is contained in:
Henrik Lissner
2020-08-19 12:08:16 -04:00
parent 4bc70a8537
commit 9b991fc29f
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
:; _DOOMPOST="$_DOOMBASE/.local/.doom.sh"
:; $EMACS --no-site-file --script "$0" -- "$@"
:; CODE=$?
:; [ -x "$_DOOMPOST" ] && source "$_DOOMPOST"
:; [ -x "$_DOOMPOST" ] && "$_DOOMPOST" "$0" "$@"
:; exit $CODE
;; CLI ops tend to eat a lot of memory. To speed it up, stave off the GC, but