sdsmith / dotfiles

Dotfiles and other configurations. Goal is plug-and-play.
0 stars 0 forks source link

[emacs] when loading init files, don't load specifically by extension #19

Open sdsmith opened 4 years ago

sdsmith commented 4 years ago

Using the regular load, emacs will pick the right file: either the .el or the byte compiled .elc. If you load by a specific extension, you don't get the flexibility.

Currently loads all files by .el, meaning there is no way to get the speed boost from byte compiled init files.