nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

Cannot load spacemacs-theme with use-package #150

Closed ema2159 closed 5 years ago

ema2159 commented 5 years ago

I get this error: Error (use-package): Cannot load spacemacs-theme

tdd11235813 commented 5 years ago

you can try:

(use-package spacemacs-common
  :ensure spacemacs-theme
;; ...
)
ema2159 commented 5 years ago

Nice workaround. It also works with (use-package spacemacs-dark/light ...