You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned this repo into my .emacs.d/layers/private folder, added platformio-layer to the definition of dotspacemacs-configuration-layers, and reloaded my .spacemacs file with SPC f e R. I got this error: Symbol’s value as variable is void: platformio-layer-packages
It seems like you need to set that variable in packages.el. So, I looked at that file, and you've set up your own system for loading in packages. I'll see if I can get this to work with the new variable.
The text was updated successfully, but these errors were encountered:
I cloned this repo into my
.emacs.d/layers/private
folder, addedplatformio-layer
to the definition ofdotspacemacs-configuration-layers
, and reloaded my.spacemacs
file withSPC f e R
. I got this error:Symbol’s value as variable is void: platformio-layer-packages
It seems like you need to set that variable in packages.el. So, I looked at that file, and you've set up your own system for loading in packages. I'll see if I can get this to work with the new variable.
The text was updated successfully, but these errors were encountered: