From d50f7e366427e58e5cd2d69e0f9e12dd6482d0f8 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 27 Nov 2014 23:38:43 -0500 Subject: [PATCH] Fix typo in dotspacemacs-default-theme --- core/dotspacemacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dotspacemacs.el b/core/dotspacemacs.el index 6a36a9994..2f550a706 100644 --- a/core/dotspacemacs.el +++ b/core/dotspacemacs.el @@ -7,7 +7,7 @@ Paths must have a trailing slash (ie. `~/.mycontribs/')" "list of contribution to load." ) -(defvar dotspacemacs-default0theme 'solarized-light +(defvar dotspacemacs-default-theme 'solarized-light "Default theme used to start Spacemacs.") (defvar dotspacemacs-fullscreen-at-startup nil