When I start emacs, I get:
Error (use-package): spookfox/:config: Cannot open load file: No such file or directory, nil
If I comment out the setq I get no error (since nothing is enabled).
I am terrible at emacs debugging, but when I tried stepping through the spookfox-init function it's not liking a (require (plist-get app :name)), because app is nil.
Here is my use-package declaration:
I am using
elpaca
rather thanstraight
.When I start emacs, I get:
Error (use-package): spookfox/:config: Cannot open load file: No such file or directory, nil
If I comment out the
setq
I get no error (since nothing is enabled).I am terrible at emacs debugging, but when I tried stepping through the
spookfox-init
function it's not liking a(require (plist-get app :name))
, becauseapp
isnil
.