I downloaded emacs 23.1 from gnu's ftp. untarred it and built it after configuring. I do not find .emacs file in my home directory or anywhere in my system ! Am i missing something ?
|
feedback
|
migrated from stackoverflow.com Nov 21 '09 at 12:04
This question came from our site for professional and enthusiast programmers.
|
Or, as a much simpler way (as pointed out in the comment) Ctrl + H v will describe the variable which produces much nicer output.
This way is much more verbose. Start up emacs and in your Lisp evaluation buffer type
And press Ctrl+J to evaluate. This will print out where your init file is
| |||||||
feedback
|
|
You have to create the file if you want to configure emacs. You can just create it and start hacking the file manually or use | |||||
feedback
|
|
have you tried | |||||
feedback
|
|
See InitFile chapter in EmacsWiki.
| |||
|
feedback
|
