-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Symbol’s function definition is void: doom-modeline-set-vcs-modeline #309
Comments
I think this is a version mismatch between doom-modeline as pinned by doom-emacs and emacs-overlay: the function was removed in seagle0128/doom-modeline@b596440. A simple workaround is to copy that function into e.g. your |
We should probably pin the correct version of I am trying to get NDE to build with a newer version of doom-emacs, but I hit a few issues that I need to investigate later. See #316. |
If this is indeed the problem, solving it would additionally fix this other issue:
which happens on emacs initialization, if :ui
doom-dashboard
modeline ;; note the absence of `+light` flag It happens even in the "most stable" config: no nix-doom-emacs inputs are overridden nor using emacs overlay nor overriding |
With #319 merged this issue should be fixed. Please comment here otherwise and I will reopen the issue. |
I'm currently receiving the error:
Symbol’s function definition is void: doom-modeline-set-vcs-modeline
when I runSPC g g (magit-status)
on any project I have.nixpkgs:
8ba120420fbdd9bd35b3a5366fa0206d8c99ade3
nix-doom-emacs:
b65e204ce9d20b376acc38ec205d08007eccdaef
Other users seem to be facing the same error: #88 (comment)
The text was updated successfully, but these errors were encountered: