spacemacs/tests/core
syl20bnr 88d30d7074 core: add :disabled-for keyword for declared layers
Example:

(setq dotspacemacs-configuration-layers
'((auto-completion :disabled-for (org))))

Will not run any org/pre-init-xxx or org/post-init-xxx functions where
xxx is a package owned by the auto-completion layer.

Limitation:

If ownership of an auto-completion package P is stolen by another layer L
then :disabled-for must also be declared with L, otherwise the P will
be configured for org.

(setq dotspacemacs-configuration-layers
'((auto-completion :disabled-for (org))
  (L :disabled-for (org)))

The user should not change the default owner of a layer unless really
required (for instance to use his own fork).
2015-09-02 23:10:30 -04:00
..
data Refactor test system 2015-08-31 21:16:34 -04:00
core-configuration-layer-utest.el core: add :disabled-for keyword for declared layers 2015-09-02 23:10:30 -04:00
core-evilify-keymap-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-evilify-keymap-utest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-funcs-utest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-release-management-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-spacemacs-buffer-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
core-spacemacs-ftest.el Refactor test system 2015-08-31 21:16:34 -04:00
Makefile Refactor test system 2015-08-31 21:16:34 -04:00