From df353eda54b36d6c80bfdb01c4ddab3613a2521e Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 7 Dec 2015 23:02:24 -0500 Subject: [PATCH] core: remove duplicated require of core-configuration-layer --- core/core-spacemacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-spacemacs.el b/core/core-spacemacs.el index 771fc10f9..1da53d0ad 100644 --- a/core/core-spacemacs.el +++ b/core/core-spacemacs.el @@ -13,7 +13,6 @@ (defconst emacs-start-time (current-time)) (require 'subr-x nil 'noerror) -(require 'core-configuration-layer) (require 'core-dotspacemacs) (require 'core-emacs-backports) (require 'core-release-management)