doomemacs/bin
Henrik Lissner e03824bf5e
bin/doom: improve POSIX compliance
+ The bourne shell does not guarantee it'll understand the new $()
  subshell syntax.
+ Can't rely on set -e to short circuit the script. No avoiding the
  roundabout suppression of the postscript error with '&& true'.

Might fix #3844, but doubt it.
2020-08-27 14:42:48 -04:00
..
doom bin/doom: improve POSIX compliance 2020-08-27 14:42:48 -04:00
doom.cmd
org-capture Fix string comparison in TERM check 2020-08-24 14:42:45 +02:00
org-tangle bin/org-tangle: expand #+INCLUDE directives 2020-07-25 22:57:22 -04:00