Rename function to configuration-layers/declare-layers

This commit is contained in:
syl20bnr 2015-02-12 22:11:27 -05:00
parent 16c947b0bc
commit d6a9b65061
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ for that layer."
(push (cons (intern f) dir) result))) (push (cons (intern f) dir) result)))
result))) result)))
(defun configuration-layer/declare-all-layers () (defun configuration-layer/declare-layers ()
"Declare default layers and user layers from the dotfile by filling the "Declare default layers and user layers from the dotfile by filling the
`configuration-layer-layers' variable." `configuration-layer-layers' variable."
(setq configuration-layer-paths (configuration-layer//discover-layers)) (setq configuration-layer-paths (configuration-layer//discover-layers))

View file

@ -24,7 +24,7 @@
;; Initializing configuration from ~/.spacemacs ;; Initializing configuration from ~/.spacemacs
(dotspacemacs|call-func dotspacemacs/init "Executing user init...") (dotspacemacs|call-func dotspacemacs/init "Executing user init...")
;; synchronize and load configuration layers ;; synchronize and load configuration layers
(configuration-layer/declare-all-layers) (configuration-layer/declare-layers)
(configuration-layer/load-layers) (configuration-layer/load-layers)
(configuration-layer/delete-orphan-packages) (configuration-layer/delete-orphan-packages)
;; Ultimate configuration decisions are given to the user who can defined ;; Ultimate configuration decisions are given to the user who can defined