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.
I cloned this repo into my
.emacs.d/layers/privatefolder, addedplatformio-layerto the definition ofdotspacemacs-configuration-layers, and reloaded my.spacemacsfile withSPC f e R. I got this error:Symbol’s value as variable is void: platformio-layer-packagesIt 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.