bitspook / spookfox

A tinkerer's bridge b/w Emacs and Web Browser (Firefox and Chrome)
https://bitspook.in/projects/spookfox/
GNU Affero General Public License v3.0
127 stars 6 forks source link

Error during init with `spookfox-tabs` #39

Open Lenbok opened 1 month ago

Lenbok commented 1 month ago

Here is my use-package declaration:

(use-package spookfox
  :ensure (spookfox :host github :repo "bitspook/spookfox" :files ("lisp/*.el" "lisp/apps/*.el"))
  :config
  (require 'spookfox-tabs)
  (setq spookfox-enabled-apps '(spookfox-tabs))
  (spookfox-init))

I am using elpaca rather than straight.

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.

bitspook commented 1 month ago

Hello Lenbok,

Thanks for reporting the issue. I'll try to find some time to reproduce this and report back.