doomemacs/core
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
..
autoload refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
cli refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
templates bump: :core 2022-06-17 18:21:23 +02:00
test core-cli: backport more refactors from rewrite 2020-08-24 23:00:32 -04:00
core-cli-lib.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-cli.el fix(emacs-lisp): flycheck false positives in Doom configs 2022-06-22 23:04:00 +02:00
core-editor.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-keybinds.el fix: wrong-type-arg error on startup 2021-10-20 22:06:25 +02:00
core-lib.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-modules.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-packages.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-projects.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
core-start.el refactor: how Doom starts up 2022-06-18 16:54:45 +02:00
core-ui.el refactor: how Doom starts up 2022-06-18 16:54:45 +02:00
core.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
packages.el bump: :core 2022-06-17 18:21:23 +02:00