Upvotes
Anonymous 19
User 0
|
|
Member votes
|
|
Anonymous votes
|
|
How to Install Spacemacs on Windows
Open Explorer and navigate to your home directory. It should contain an .emacs.d directory:
It might be a hidden folder. If so, you can show it:
Rename the .emacs.d directory to something else:
Open a command prompt and cd to your home directory:
Run the git clone command:
git clone https://github.com/syl20bnr/spacemacs .emacs.d
'git' is not recognized as an internal or external command, operable program or batch file.
Start Spacemacs (Emacs) with the --insecure option from a command prompt:
This is because the default Emacs install
seems to have trouble with HTTPS on Windows
. Once you've installed Spacemacs,
you may want to
configure it to avoid HTTPS.
Choose whether you want Vim or Emacs key bindings (I typed vim and pressed enter):
Also, choose which configuration you want (I typed spacemacs and pressed enter):
After setting these options, Spacemacs will download the needed updates.
We're done!
This content is part of a series
Comments
Leave a Comment
We'll review your submission and post it to this page.