doomemacs/lisp/lib
Henrik Lissner 87a024ee90
fix: don't byte-compile profile init file
The performance benefit of doing so has always been questionable or, at
best, negligible, but has caused numerous issues over the years. The
latest one being #8162, where byte-compiling a profile init file with
too many package autoloads would consume more than 255 opcodes, causing
an overflow error.

For simplicity's sake, Doom will no longer byte-compile this file.

Fix: #8162
2024-11-19 00:40:57 -05:00
..
autoloads.el fix(lib): silence deprecation notice from autoload.el 2024-11-13 17:09:36 -05:00
buffers.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
config.el refactor: remove doom/goto-private-*-file commands 2024-11-07 04:03:13 -05:00
debug.el refactor!: restructure Doom core 2024-11-03 01:52:28 -05:00
docs.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
files.el refactor!: module API 2024-10-20 02:41:42 -04:00
fonts.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
git.el refactor(lib): provide doom-libs as subfeatures 2022-09-08 00:20:26 +02:00
help.el refactor!: restructure Doom core 2024-11-03 01:52:28 -05:00
modules.el fix: more void-variable doom-module-*-file errors 2024-11-06 18:23:47 -05:00
packages.el nit(cli): fix print-group! indentation 2024-11-13 17:10:09 -05:00
plist.el refactor(lib): deprecate doom-plist-get 2024-11-15 04:08:23 -05:00
print.el fix(cli): properly overwrite last line of output 2024-07-26 04:46:54 -04:00
process.el refactor(lib): provide doom-libs as subfeatures 2022-09-08 00:20:26 +02:00
profiles.el fix: don't byte-compile profile init file 2024-11-19 00:40:57 -05:00
projects.el refactor!: module API 2024-10-20 02:41:42 -04:00
sandbox.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
scratch.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
sessions.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
store.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
strings.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
system.el refactor!: deprecate IS-* OS constants 2024-02-04 17:54:29 -05:00
text.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
themes.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00
ui.el refactor(lib): add provide lines 2024-10-02 05:15:58 -04:00