doomemacs/modules
Henrik Lissner 2b98e550e8
Reverse load-path to fix precedence issues
Originally, I built the load-path with site-lisp paths first, then
packages. There was a modest ~10% startup boost doing this, because
there were considerably more site packages loaded at startup than
plugins.

However, this meant built-in packages would get precedence over plugins,
which is undesirable. In org's case, I simply modified the load-path
in lang/org/init.el. However, this issue has cropped up again in #340.

Evidently, that 10% boost may not be worth the risk it imposes, so I've
rearranged the load-path with packages first.
2018-01-10 22:47:35 -05:00
..
app feature/popup: remove default slot & window-width 2018-01-07 05:56:00 -05:00
completion completion/ivy: add transformer for projectile-find-file 2018-01-09 03:45:27 -05:00
feature feature/popup: use delete-window in +popup*evil-command-window-execute 2018-01-10 17:39:12 +08:00
lang Reverse load-path to fix precedence issues 2018-01-10 22:47:35 -05:00
private private/default: doom/kill-this-buffer => kill-this-buffer #334 2018-01-09 04:16:31 -05:00
tools Improve popup compatibility for eshell & multi-term 2018-01-07 15:25:35 -05:00
ui ui/doom-dashboard: major refactor; use initial-buffer-choice 2018-01-08 17:30:54 -05:00