[R] where is .emacs file?

Ulrik Stervbo ulrik.stervbo at gmail.com
Wed Mar 1 13:28:34 CET 2017


Files starting with dots are hidden files on Mac. The emacs configuration
file .emacs should be in your home directory. You can list all files - also
the hidden ones - by `ls -a` in your console. I don't use Mac so I can't
tell you how to show hidden files in Finder.

If you still can't find the file, you might have better chances by asking
in some Emacs forum.

Alternatively you can use R-studio instead of emacs/ess.

HTH
Ulrik

On Wed, 1 Mar 2017 at 13:12 Naresh Gurbuxani <naresh_gurbuxani at hotmail.com>
wrote:


I am trying to install ESS so that it can be used when EMACS is launched
from Mac Terminal.  After running "make" from the directory where ESS files
are saved, the instructions ask the following to be added to .emacs file:

(require 'ess-site)

But I cannot find .emacs file.

I have already installed EMACS modified for ESS from Vincent Goulet's
website.  In my EMACS application, ESS is available (verified by typing M-X
ess-version).

Thanks,
Naresh
______________________________________________
R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

	[[alternative HTML version deleted]]



More information about the R-help mailing list