spacemacs/tests/core
syl20bnr f294ba3887 core: remove 'private value for :location
While doing the tests I encountered an edge case where a package owned
by the dotfile could be passed either a 'private or 'local location
which is ambiguous (moreover where do we put packages with 'local
location ?).

We remove the ambiguity by removing the 'private value and push the
path ~/.emacs.d/private/local/pkg/ when the owner of a local
package PKG is the dotfile.

When the owner of a local package is a layer then the load path is
in the "local" subdirectory of the layer directory. It adds no value
to use the old 'private location in this case.
2015-09-20 00:49:18 -04:00
..
data
core-configuration-layer-ftest.el
core-configuration-layer-utest.el core: remove 'private value for :location 2015-09-20 00:49:18 -04:00
core-evilify-keymap-ftest.el
core-evilify-keymap-utest.el
core-funcs-utest.el
core-release-management-ftest.el
core-spacemacs-buffer-ftest.el
core-spacemacs-ftest.el
Makefile