I am getting the following warnings every time I start Spacemacs:
Found 2 new package(s) to install... --> refreshing package archive: nongnu... [3/3] --> installing package: ef-spring-theme@dotfile... [1/2] Package ef-spring-theme is unavailable. Is the package name misspelled? --> installing package: ef-day-theme@dotfile... [2/2] Package ef-day-theme is unavailable. Is the package name misspelled? I believe I'm seeing this error because of how I'm configuring themes. Here's the applicable snippets:
dotspacemacs-additional-packages '( ... ef-themes ) and
dotspacemacs-themes '( ef-day ef-spring ) Is there a step I'm missing for configuring my themes? Why does emacs keep trying to install my themes based on what is listed in dotspacemacs-themes?