Add polymode to handle RMarkdown and RNoweb files

As of ESS 19+, ess-noweb and ess-swv libraries are now obsolete, and
polymode should be used instead (https://emacs.stackexchange.com/a/17065).
This commit is contained in:
chl 2020-03-05 10:51:33 +01:00
parent 58a68adb5b
commit a5930a2187
No known key found for this signature in database
GPG key ID: 152E3E3F7C4CCE44

View file

@ -3,3 +3,5 @@
(package! ess :pin "2812b85880") (package! ess :pin "2812b85880")
(package! ess-R-data-view :pin "d6e98d3ae1") (package! ess-R-data-view :pin "d6e98d3ae1")
(package! polymode :pin "3eab3c9eed")
(package! poly-R :pin "0443c89b4d")