I got this error message after adding :private spacemacs to doom's init.el and restarting emacs:
Warning (initialization): An error occurred while loading ‘/Users/agosdsc/doom/core/core-start.el’:
Error in private config: modules/private/spacemacs/config.el, (void-function modulep!)
[...]
Then I saw your most recent commit 24fd68d9502ba3d0c20d1b433519b0eda8c042f7 and found that reverting it allowed me to successfully load emacs without error. Unfortunately I a noob in terms of elisp and debugging emacs, but I would assume that the function modulep! is not fully exported before usage.
Best,
Alex
P.S.:
here are some details about my doom config and system:
Hi @chenyanming ,
thanks for providing this helpful module!
I got this error message after adding
:private spacemacs
to doom'sinit.el
and restarting emacs:Then I saw your most recent commit 24fd68d9502ba3d0c20d1b433519b0eda8c042f7 and found that reverting it allowed me to successfully load emacs without error. Unfortunately I a noob in terms of elisp and debugging emacs, but I would assume that the function
modulep!
is not fully exported before usage.Best, Alex
P.S.: here are some details about my doom config and system: