Where to put .emacs file in Carbon Emacs?

357 Views Asked by At

I'm new to Emacs if you can't tell. Right now I am using Carbon Emacs on Mac OSX. I would like to customize the layout and whatnot but I have no idea where I can find or make a new .emacs file in order to do so.

Thanks for the help.

2

There are 2 best solutions below

3
On BEST ANSWER

I put mine in my home directory (i.e. the usual place for unix installations of emacs) and it works fine:

$ ls -lh /Users/dmckee/.emacs
-rw-r--r-- 1 dmckee staff 11K Aug  4 09:28 /Users/dmckee/.emacs
0
On

In the scratch buffer, evaluate the following... (find-file user-init-file)