emacs-evil / evil-collection

A set of keybindings for evil-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mu42--main-action-str undefined

BossCode45 opened this issue · comments

My init kinda breaks due to this error.
I installed evil collection using use-package, and mu4e from the package "mu" on the AUR (although I edited the package build to remove emacs as a dependency since I compiled and installed manually)
I have evil collection set to run after mu4e.
More information can be provided if you want.
Error (use-package): evil-collection/:config: Symbol’s function definition is void: mu4e--main-action-str

(use-package evil-collection
	:after evil mu4e
	:config
	(evil-collection-init))

Would you suggest I clone that branch and use that instead?

Would you suggest I clone that branch and use that instead?

Yes, if you are using mu > 1.10.x, I have used this PR branch for several days and it works fine.