doomemacs/modules/feature
Henrik Lissner bc4fb8f18e
Fix helm macro errors due to load order
Some packages (like evil-collection and dumb-jump) use helm macros, but
Doom cannot ensure helm will be installed by the time these packages are
byte-compiled during installation. In fact, the default load order
prevents this.

Rather than imposing hard load order requirements, we just make sure
helm is higher on the packages list, so it gets installed sooner.
2018-06-05 14:08:29 +02:00
..
debugger Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
eval Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
evil Fix helm macro errors due to load order 2018-06-05 14:08:29 +02:00
file-templates Refactor feature/file-templates 2018-06-03 23:43:27 +02:00
lookup Fix helm macro errors due to load order 2018-06-05 14:08:29 +02:00
snippets Minor refactors & docstring revision 2018-06-04 21:17:49 +02:00
spellcheck Move ispell-dictionary default to feature/spellcheck #630 2018-06-01 02:25:38 +02:00
syntax-checker Less intrusive error prefix for flycheck popups 2018-06-05 03:21:26 +02:00
version-control Fix git-link not loading on SPC-g-I from fresh emacs start 2018-05-31 23:39:17 +10:00
workspaces Fix +workspace/delete when one workspace is left 2018-05-29 00:42:33 +02:00