home directory and .emacs file in Windows 7
Posted
by
prosseek
on Stack Overflow
See other posts from Stack Overflow
or by prosseek
Published on 2012-04-11T19:32:16Z
Indexed on
2012/04/11
23:30 UTC
Read the original article
Hit count: 176
I installed emacs 23.3.1 in c:/emacs-23.3. Following the hints in this page, I updated the site-start.el to set HOME environment variable.
(setenv "HOME" "c:/users/USER/emacs")
And I made c:/users/USER/.emacs (like I did in unix/mac) to write the code for using slime, but it doesn't seem to start slime correctly.
Is this a correct way of setting emacs in Windows 7? Where do I put the .emacs file?
© Stack Overflow or respective owner