Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document installation for Emacs #354

Open
liar666 opened this issue Nov 24, 2020 · 1 comment
Open

Document installation for Emacs #354

liar666 opened this issue Nov 24, 2020 · 1 comment

Comments

@liar666
Copy link

liar666 commented Nov 24, 2020

Hi,

It would be great if the main page README would be a little more explicit on how to install in Emacs.

For the moment it just points to lsp page, which gives absolutely no hint about R-languageserver...

Thanks to #44 (comment) , I discovered that the lines to add to the config file must be something like:

(package-initialize)
(require 'eglot)
(require 'ess-site)
(add-hook 'ess-r-mode-hook 'eglot-ensure)

Would be great it they are verified & added to the main page "Emacs" section.

@randy3k
Copy link
Member

randy3k commented Nov 24, 2020

You are welcome to contribute a pull request for better documentation. It would be best written by someone who has the corresponding experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants