Fork me on GitHub
#spacemacs
<
2018-02-18
>
pablore14:02:50

With local you mean project-specific?

pablore14:02:51

for custom themes I just add the melpa package to my dotspacemacs-additional-packages and then added it to my dotspacemacs-themes

twashing19:02:33

@pablore I tried i) adding a separate layer with this config

(defconst firebelly-packages
  '((firebelly :location local)))

twashing19:02:04

And ii) an entry in .spacemacs.d/init.el.

dotspacemacs-additional-packages
   '((firebelly :location (recipe :fetcher github :repo "startling/firebelly")))

twashing19:02:19

… both approaches failed.