Skip to content

Commit

Permalink
Fix the path for loading solarized.
Browse files Browse the repository at this point in the history
Once all extensions were moved from "extensions" to "local",
spacemacs was no longer able to find the solarized themes.

Thanks to @TheBB for helping narrow this down!

Closes syl20bnr#2628
  • Loading branch information
robbyoconnor authored and Bar Magal committed Aug 13, 2015
1 parent 759a80b commit 9927d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-themes-support.el
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ package name does not match theme name + `-theme' suffix.")
((or (eq 'solarized-light theme)
(eq 'solarized-dark theme))
(add-to-list 'load-path (concat spacemacs-directory
"extensions/solarized-theme/"))
"local/solarized-theme/"))
(require 'solarized)
(deftheme solarized-dark "The dark variant of the Solarized colour theme")
(deftheme solarized-light "The light variant of the Solarized colour theme"))
Expand Down

0 comments on commit 9927d86

Please sign in to comment.