From 098e43c8ff56ef146ce4fc10633522a3447c8ab4 Mon Sep 17 00:00:00 2001
From: justbur <justin@burkett.cc>
Date: Sat, 12 Sep 2015 07:35:41 -0400
Subject: [PATCH] Temporary fix for #2995

This sets the default distribution back to spacemacs. This is for people
who for whatever reason don't set `dotspacemacs-distribution` in their
dotfile.
---
 core/core-dotspacemacs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el
index 6d065b4865b9..ae41bf4f8a61 100644
--- a/core/core-dotspacemacs.el
+++ b/core/core-dotspacemacs.el
@@ -52,7 +52,7 @@ exists. Otherwise, fallback to ~/.spacemacs")
 (defvar dotspacemacs-verbose-loading nil
   "If non nil output loading progess in `*Messages*' buffer.")
 
-(defvar dotspacemacs-distribution 'spacemacs-core
+(defvar dotspacemacs-distribution 'spacemacs
   "Base distribution to use. This is a layer contained in the directory
 `+distribution'. For now available distributions are `spacemacs-core'
 or `spacemacs'.")