
* Jason Wang <randomtalk@gmail.com> | hi, i read the installation instructions, one point i does not | understand, which is: | "installation just requires a few lines in your '~/.emacs':" | where is the '~/.emacs' in windows distribution of emacs? please | enlighten me on this, thanks alot! Emacs doent come with a default .emacs file, you have to create your own. At the same time Windows doesnt have a clear concept of where is you home directory. You could set a "HOME" environment variable in Windows to point to some directory to be your home or you could just: C-x C-f ~/.emacs and Emacs will open the file where it thinks it should be. -- Eduardo Muñoz | (prog () 10 (print "Hello world!") http://213.97.131.125/ | 20 (go 10))