We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about replacing (require 'helm) with (require 'helm-core)?
(require 'helm)
(require 'helm-core)
ref: NixOS/nixpkgs#335442
The text was updated successfully, but these errors were encountered:
I fixed it #9. BTW this package is no longer necessary because helm provides helm-migemo-mode now and we should use it instead of this package
helm-migemo-mode
Sorry, something went wrong.
Thanks.
this package is no longer necessary because helm provides helm-migemo-mode now and we should use it instead of this package
I am not a user of both these packages. I find this error in our NixOS CI which builds all packages in MELPA and (non)GNU(devel) ELPA.
If helm-migemo-mode is preferred, maybe this package should be removed from MELPA.
No branches or pull requests
What about replacing
(require 'helm)
with(require 'helm-core)
?ref: NixOS/nixpkgs#335442
The text was updated successfully, but these errors were encountered: