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