Files
doomemacs/core
Edwin Török 228204926d Load .elc even for themes
Even when an `.elc` is preset `load-theme` would attempt to load the `.el` first,
to give the opportunity to inspect the theme.
However we are loading themes automatically from (M)ELPA, and loading a
theme package is no more dangerous than loading a regular package.

So override the search order for themes and atttempt to load the `.elc`
first.
This improves startup time by ~25ms with the default theme.

Improved implementation by @hlissner.

Signed-off-by: Edwin Török <edwin@etorok.net>
2018-09-20 00:41:54 +01:00
..
2018-09-14 10:42:09 -04:00
2018-09-14 09:39:40 -04:00
2018-09-09 09:58:20 -04:00
2018-09-18 15:19:50 -04:00
2018-09-12 23:03:23 +01:00
2018-09-09 09:58:20 -04:00
2018-09-20 00:41:54 +01:00