-
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
Multiple things don't work on Windows #11
Comments
@valrus Thank you for the detailed report. I was able to reproduce it. Seems that |
Thanks for the quick fix. I had to restart Emacs several times to get through all the package installs after updating spacemacs, but that seems to have been a one time thing and it's working now. I love the idea of Spacemacs BTW, I've been looking for a Vim-refugee-centric starter kit so this is right up my alley. Thanks for making it. |
@valrus You're welcome. Glad it works now for you. |
The key binding was disabled because of this upstream issue: dart-server-find-refs on int opens a dart buffer that keeps growing in size #11 bradyt/dart-server#11
The key binding was disabled because of this upstream issue: dart-server-find-refs on int opens a dart buffer that keeps growing in size syl20bnr#11 bradyt/dart-server#11
The key binding was disabled because of this upstream issue: dart-server-find-refs on int opens a dart buffer that keeps growing in size syl20bnr#11 bradyt/dart-server#11
I apologize for what is probably an unhelpfully broad issue, but I installed spacemacs on Windows (by moving my .emacs.d and replacing it with this repo) and basically nothing seems to work as "advertised" in the README. Some of the obvious problems:
ESC
doesn't take me to normal mode. Neither doesfd
.(evil-mode t)
to thedotspacemacs/config
function in my~/.spacemacs
does not cause evil-mode to work when I start Emacs either.M-x evil-mode
, none of the bindings in the README work.fd
still does not leave insert mode.SPC
does not work as a leader, which means none of the other bindings work either. They don't work even if I replaceSPC
with the evil-leader default of\
.C-j
etc. don't work when I bring uphelm-M-x
.But there is evidence that parts of spacemacs do work:
But still, none of the fancy things and helpful bindings in the README seem to work at all. Help! What am I missing here?
The text was updated successfully, but these errors were encountered: