where is the .emacs file in Snow Leopard? I need it to configure Emacs.
Answer
emacs will not create the config file for you. If you wish to make configurations you can create the file manually and start your configuration. You should place it in your home directory.
You could also use M-x customize
to use emacs's inbuilt customization tool. Any changes saved in customize
will be saved in your .emacs
file (a new one will be created if one does't already exist).
No comments:
Post a Comment