package-menu setup function isn't being run #852
Unanswered
jasonperry
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run
(evil-collection-init)
, the settings for package-menu-mode work correctly. But if I try to init it individually with(evil-collection-init 'package-menu)
, it doesn't work. It seems(evil-collection-package-menu-setup)
is not being run. Does anyone know a reason for this?A clue seems to be that the package-menu entry in
evil-collection--supported-modes
is a list:(package-menu package)
instead of just the namepackage-menu
. But I can't figure out what that implies.Thanks for any insights.
Beta Was this translation helpful? Give feedback.
All reactions