- I wanted emacs in
C:\Program Files (x86)\emacs
, so I created that folder first - Go here to get the latest emacs version. I got
emacs-23.2-bin-i386.zip
- Unzip that file and dump its contents into
C:\Program Files (x86)\emacs
- In Windows Explorer, open
C:\Program Files (x86)\emacs\bin
, then double click onrunemacs.exe
- Yay! You have emacs running. You may wish to add
runemacs.exe
to your Start menu (drag and drop it there)
.emacs
and .emacs.d
. But where to place it? If you follow Art Lee's instruction step 6, you can control where you want to place those files using the HOME
Environment Variable (set in the Windows Control Panel).On the other hand, why bother? Especially if you are not running emacs as an administrator. By default, the
HOME
will apparently be set as C:\Users\your_user_name\AppData\Roaming
anyway, so copy .emacs
and .emacs.d
into that directory.Unfortunately for me, coming from Ubuntu, I had ColorTheme installed via apt-get, so it wasn't contained in my
.emacs.d
. I have to reinstall that now...