spacemacs/doc
syl20bnr d98be63dfa core: new layer file -> layers.el / Fix regressions of previous commits
The new layer file `layers.el` is used to declared additional layers.
It is like the sibling of packages.el except that for now it does not
take a list (can do this in a futur commit).

The new order for file loading is the following:

layers.el > packages.el > funcs.el > config.el > keybindings.el

Since packages.el relies on some undefined stuff encapsulated
in init functions, it is not meant to be byte compiled. OTOH funcs.el
(where lies most of the computation added by a package config) should
be compilable.

Since we load packages.el very early it is not possible to use
`configuration-layer/package-usedp` in funcs.el.

This commit also fixes the tests.
2016-05-28 21:20:23 -04:00
..
img Change all references of micro-state in codebase to transient-state 2016-01-31 23:04:47 -05:00
CONVENTIONS.org Format documenation files with doc-fmt tool 2016-04-12 23:31:38 -04:00
DOCUMENTATION.org core: new layer file -> layers.el / Fix regressions of previous commits 2016-05-28 21:20:23 -04:00
FAQ.org FAQ.org: fix text 2016-05-27 00:32:05 -04:00
LAYERS.org core: new layer file -> layers.el / Fix regressions of previous commits 2016-05-28 21:20:23 -04:00
QUICK_START.org Improve dotdirectory section of QUICK_START.org. 2016-04-21 20:58:53 -04:00
VIMUSERS.org Format documenation files with doc-fmt tool 2016-04-12 23:31:38 -04:00