3
43
Fork
You've already forked opencode.el
16

opencode loading fails on Doom Emacs: plz-media-type missing #8

Closed
opened 2026年01月15日 13:04:34 +01:00 by rbarzic · 2 comments

M-x opencode gives me the following message

load-with-code-conversion: Cannot open load file: No such file or directory, plz-media-type

My packages.el file contains

(package! plz)
(package! opencode
 :recipe (:host codeberg :repo "sczi/opencode.el"))

and my config.el:
(require 'plz)
I did a doom sync then relaunched Emacs

M-x opencode gives me the following message load-with-code-conversion: Cannot open load file: No such file or directory, plz-media-type My packages.el file contains ``` (package! plz) (package! opencode :recipe (:host codeberg :repo "sczi/opencode.el")) ``` and my config.el: ` (require 'plz) ` I did a doom sync then relaunched Emacs
Author
Copy link

I just realized that the 'plz' package was not enough. It should have been:

(package! plz)
(package! plz-media-type)
(package! plz-event-source)

I just realized that the 'plz' package was not enough. It should have been: (package! plz) (package! plz-media-type) (package! plz-event-source)
Owner
Copy link

thanks, yea I just added these as explicit dependencies in 6e2a587

thanks, yea I just added these as explicit dependencies in 6e2a587
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sczi/opencode.el#8
Reference in a new issue
sczi/opencode.el
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?