doomemacs/core/cli
Andrew Whatson 2e07a85590 Native-compile everything on load-path
Add an extra pass to `doom build` to queue native compilation of all
packages on `load-path`. This ensures that all core and site Elisp
packages are actually native-compiled, even on "fast boot" builds.

Add `.local/autolads.el` to the blacklist as native-compiling this file
succeeds, but prevents emacs from starting up.

Revise the evil-collection-vterm blacklist entry to use a more efficient
regex.

Fix a bug where an updated .error file wasn't always written, causing
spurious rebuilds.
2020-10-09 09:34:34 +10:00
..
autoloads.el Export comp-deferred-compilation-black-list via autoloads 2020-10-09 09:34:23 +10:00
byte-compile.el Change doom-{interactive,debug}-mode suffix to -p 2020-05-25 03:43:40 -04:00
debug.el Backport bits of CLI rewrite 2020-05-15 01:33:52 -04:00
doctor.el cli/doctor: fix native json detection 2020-08-12 16:01:33 -04:00
env.el cli/env: blacklist SHLVL & comment default blacklist 2020-09-10 18:03:32 -04:00
help.el Fix 'doom help' 2020-08-24 23:36:11 -04:00
install.el Add XDG detection to 'doom install' #4040 2020-10-06 14:19:37 -04:00
packages.el Native-compile everything on load-path 2020-10-09 09:34:34 +10:00
sync.el Fix literate tangling on 'doom sync' 2020-08-25 06:01:35 -04:00
test.el Refactor autoload generator bootstrappers 2020-01-01 13:31:40 -05:00
upgrade.el Update 'doom help upgrade' doctring 2020-10-05 17:21:17 -04:00