doom-emacs/bin
Henrik Lissner 14b2395424
refactor: remove unused core variables
doom-debug-p and doom-interactive-p have always been intentionally
redundant, because changing the variables they replaced had other
side-effects, which made writing tests for them difficult. Since our
new (yet unpublished) tests lean heavily toward integration testing more
than unit testing, this becomes an implementation detail.

And doom-init-p's only use was refactor out at some point in the past,
so it's no longer used.

Also done to reduce Doom's footprint, in general.
2022-06-29 18:14:20 +02:00
..
doom refactor: remove unused core variables 2022-06-29 18:14:20 +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 nit(cli): clarify comments in bin/doomscript 2022-06-22 23:04:59 +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