doomemacs/core/autoload
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
..
buffers.el nit: fix several documentation typos 2022-01-10 02:21:49 +01:00
config.el fix(lib): update doom/upgrade 2022-06-20 23:43:23 +02:00
debug.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
files.el fix(lib): doom-files-in's :map causing type errors 2022-05-05 20:32:54 +02:00
fonts.el feat(lib): add doom-font-exists-p 2022-01-03 18:34:01 +01:00
help.el fix(lib): typo in doom--help-major-mode-module-alist 2022-02-17 18:06:37 +01:00
packages.el refactor!(lib): rename fn!->lambda! & fn!!->fn! 2022-06-21 21:29:08 +02:00
plist.el refactor!(lib): remove {doplist!,plist-delete!,doom-plist-delete} 2022-06-17 18:21:22 +02:00
print.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
process.el Bump :core 2021-04-29 17:24:40 -04:00
projects.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
sandbox.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
scratch.el refactor: remove unused core variables 2022-06-29 18:14:20 +02:00
sessions.el fix(lib): restart-emacs name collision on Emacs 29+ 2022-06-22 01:10:07 +02:00
store.el Fix expiration of doom-store entries 2021-03-11 17:55:29 -05:00
system.el fix(lib): unknown type: consp on Emacs 29+ 2022-06-10 13:12:22 +02:00
text.el fix(lib): void-variable var 2022-04-03 20:06:58 +02:00
themes.el nit: minor refactors & comment/docstring revisions 2022-06-21 14:40:15 +02:00
ui.el refactor(lib): remove doom-apply-ansi-color-to-compilation-buffer-h 2022-06-17 18:21:23 +02:00