doomemacs/lisp
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
..
cli tweak(cli): remove 'doom i' alias 2024-11-13 17:21:32 -05:00
lib fix: don't byte-compile profile init file 2024-11-19 00:40:57 -05:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -04:00
demos.org docs: letf!: add demo & rewrite docstring 2024-09-11 19:46:15 -04:00
doom-cli.el nit(cli): fix print-group! indentation 2024-11-13 17:10:09 -05:00
doom-editor.el refactor!: move helpful from :core to :lang emacs-lisp 2024-08-30 02:26:41 -04:00
doom-elpaca.el refactor!: restructure Doom core 2024-11-03 01:52:28 -05:00
doom-keybinds.el fix: map!: allow :map values to be interpolated 2024-09-17 17:30:57 -04:00
doom-lib.el fix: don't byte-compile profile init file 2024-11-19 00:40:57 -05:00
doom-projects.el fix: adding newly created project to known-projects 2024-09-11 03:50:57 -04:00
doom-start.el fix: don't byte-compile profile init file 2024-11-19 00:40:57 -05:00
doom-straight.el nit(cli): fix print-group! indentation 2024-11-13 17:10:09 -05:00
doom-ui.el fix: gui frames fail to open from emacsclient 2024-09-12 06:06:25 -04:00
doom.el nit: move obsolete aliases 2024-11-15 04:08:23 -05:00
init.el refactor: rename :core module group to :doom 2024-10-31 21:54:19 -04:00
packages.el fix(cli): doom upgrade: void-variable straight-repository-branch 2024-11-03 15:19:46 -05:00