diff --git a/core/core-configuration-layer.el b/core/core-configuration-layer.el index 9a021c38b..3279ab7b3 100644 --- a/core/core-configuration-layer.el +++ b/core/core-configuration-layer.el @@ -171,7 +171,7 @@ for that layer." (push (cons (intern f) dir) 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 `configuration-layer-layers' variable." (setq configuration-layer-paths (configuration-layer//discover-layers)) diff --git a/init.el b/init.el index e4d4bd4fe..d2d9e2225 100644 --- a/init.el +++ b/init.el @@ -24,7 +24,7 @@ ;; Initializing configuration from ~/.spacemacs (dotspacemacs|call-func dotspacemacs/init "Executing user init...") ;; synchronize and load configuration layers - (configuration-layer/declare-all-layers) + (configuration-layer/declare-layers) (configuration-layer/load-layers) (configuration-layer/delete-orphan-packages) ;; Ultimate configuration decisions are given to the user who can defined