[v2]package-selected-packages "Combobulate" problem.
meleeis opened this issue · 3 comments
Operating System
Windows
Additional Operating System information
No response
Emacs Version
29
Emacs Configuration Details
- Native Compilation
- pGTK
- alternative package manager (use-package, straight.el, ...)
Anything else that may be related to the issue you're having?
No response
What happened?
when starting emacs, popup message output "1 packages are not available (the rest already installed)..."
What should have happened?
simply bug.
"Combobulate is not on MELPA or any other package repository, yet"
(https://github.com/mickeynp/combobulate)
in "crafted-ide-packages.el"
please remove (add-to-list 'package-selected-packages 'combobulate).
Thank you for the bug report.
Am I understanding correctly that we remove only the package-selection for now (and re-add once combobulate
is in MELPA or similar)?
This would keep the configuration for the people that want to manually install it, but get rid of the popup message.
Yeah, we should do that. Combobulate is available as source only, I jumped the gun adding it before it was available on a package repo (MELPA et.al). I think we just remove it from the -packages
portion of the module. Everything else is fine I think.
Fixed in 71b2905, closing.