-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Setting mmm-mode
global mode to ALWAYS breaks .spacemacs
#9736
Comments
I asked the package maintainer, and there is no problem using plain Emacs, so it's most likely a Spacemacs issue. |
I can reproduce and I think this is a bug with Error is:
BTW which version of Spacemacs do you use? Master ? I'm on develop and while the error happens it does not prevent to use Spacemacs normally. |
Happens even when I explicitly require the |
This is the issue:
The first time we load custom settings all lazy loaded stuff is not initialized yet. But in develop branch it does not prevent from using Spacemacs normally. Only the error shows up in the mode-line. |
I'm puzzled I don't recall why we need to load them twice, I tried to comment the first load and it seems to work right. Going to submit the comment of this first load and see if we have any regression. |
Pushed the fix, see referenced commit above, let's see how it goes. |
Sorry about the delay, I always use the master branch. |
Hi,
When I
M-x
customize-group
and setmmm-mode
global mode to ALWAYS, it breaks .spacemacs (restart, then white Emacs screen with "choose your editing style" prompt).The text was updated successfully, but these errors were encountered: