Skip to content

Commit

Permalink
Temporary fix for #2995
Browse files Browse the repository at this point in the history
This sets the default distribution back to spacemacs. This is for people
who for whatever reason don't set `dotspacemacs-distribution` in their
dotfile.
  • Loading branch information
justbur authored and TheBB committed Sep 12, 2015
1 parent 4228f9c commit 098e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -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'.")
Expand Down

0 comments on commit 098e43c

Please sign in to comment.