How to autoload ESS in Emacs (for Windows)?
It always starts up with an opened ESS buffer, and I suspect loading ESS slows down loading emacs by approximately 1 second (using timer).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not posible at the moment. There are too many entry points. There has been some work done on integrating ESS with package.el, but it was left unfinished because of the limitations of package.el in Emacs 24.1 Hopefully it is solved by the next release of ESS (13.03).
Do you compile? It speeds up loading considerably. You can do that with
makeormake lispin terminal. Alternatively open dired in the ESS/lisp directory marke all .el files (with *. elRET) and doM-x dired-do-byte-compile.