Fix spacemacs loading with 'all for dotspacemacs-configuration-layers

This commit is contained in:
syl20bnr 2015-03-03 03:58:29 -05:00
parent 4808fba361
commit ce01f956ff
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ for that layer."
"Declare the passed configuration LAYERS.
LAYERS is a list of layer symbols."
(reduce (lambda (acc elt) (push elt acc))
(mapcar 'configuration-layer//declare-layer layers)
(mapcar 'configuration-layer//declare-layer (reverse layers))
:initial-value nil))
(defun configuration-layer//declare-layer (layer)