spacemacs/core
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
..
aprilfool Zemacs: Show startup-list for the next millennium 2016-04-01 07:31:22 -04:00
banners Move cate to 998 index and add support for `cate' value 2016-05-27 00:32:05 -04:00
info Zemacs: Show startup-list for the next millennium 2016-04-01 07:31:22 -04:00
libs
templates Add emojis to the Issue Template 2016-05-27 00:32:05 -04:00
tools/spacefmt core: rename doc-fmt to spacefmt 2016-05-27 00:32:05 -04:00
core-auto-completion.el
core-command-line.el core: new command line params --no-layer and --distribution 2016-04-21 23:29:23 -04:00
core-configuration-layer.el core: new layer file -> layers.el / Fix regressions of previous commits 2016-05-28 21:20:23 -04:00
core-debug.el
core-display-init.el
core-documentation.el
core-dotspacemacs.el Rename spacemacs-helm and spacemacs-ivy layers to helm and ivy 2016-05-15 22:24:27 -04:00
core-emacs-backports.el
core-fonts-support.el
core-funcs.el spacemacs/dump-vars-to-file: don't visit dump file 2016-05-05 13:03:26 +02:00
core-keybindings.el
core-load-paths.el April Fool 2016 2016-04-01 00:26:19 -04:00
core-micro-state.el
core-release-management.el Async is not present in spacemacs-base 2016-04-29 18:37:34 -04:00
core-spacemacs-buffer.el Move cate to 998 index and add support for `cate' value 2016-05-27 00:32:05 -04:00
core-spacemacs.el Add emojis to the Issue Template 2016-05-27 00:32:05 -04:00
core-themes-support.el core: ensure quelpa is available when installing packages 2016-04-03 02:51:01 -04:00
core-toggle.el Prevent warnings when toggles are turned on 2016-05-06 10:37:39 -05:00
core-transient-state.el
core-use-package-ext.el