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

how to activate AucTeX in poly-R for Rnw files #336

Open
sfg opened this issue Jun 1, 2024 · 0 comments
Open

how to activate AucTeX in poly-R for Rnw files #336

sfg opened this issue Jun 1, 2024 · 0 comments

Comments

@sfg
Copy link

sfg commented Jun 1, 2024

Hi all,

I am not sure if the following problem is an ESS, polymode or a local problem: Since a few weeks LaTeX mode is activated when opening a Rnw file (for Sweave), not the AucTeX mode (LaTeX/PM). I can activate the reftex-mode and cdlatex-mode after opening the Rnw file, but I have not managed to activate auctex in polymode. Some weeks before AucTeX and polymode were loaded when opening a Rnw file.

I use emacs 29.3, ess, auctex, poly-R and polymode from MELPA.

My configurartion in init.el:

(use-package ess-r-mode
:bind
(:map ess-r-mode-map
("_" . ess-insert-assign))
(:map inferior-ess-r-mode-map
("_" . ess-insert-assign))
)
(use-package poly-R
:ensure t)

Best, Sven

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

1 participant