doom-emacs/bin
Henrik Lissner 3ea9051890
fix(cli): remove set -e from bin/doom{,script}
This killed the script prematurely (without displaying the error) if
Emacs failed to execute. In versions prior to bash 4, set -e would not
terminate the script if a non-zero exit code occurred within a subshell,
but it will in bash 4+.

In any case, we don't need this fallback to begin with. The script
handles its errors sufficiently otherwise.
2022-06-22 01:23:39 +02:00
..
doom fix(cli): remove set -e from bin/doom{,script} 2022-06-22 01:23:39 +02:00
doom.cmd bin/doom.cmd: update reference to doom-run-all-startup-hooks-h 2019-09-13 22:00:34 -04:00
doomscript fix(cli): remove set -e from bin/doom{,script} 2022-06-22 01:23:39 +02:00
org-capture fix(cli): "Unknown terminal type" error on bin/org-capture 2021-11-24 22:03:21 +01:00
org-tangle refactor: rename orig-fn arg in advice to fn 2021-08-04 01:53:12 -04:00