ENH use better markdown mode

This commit is contained in:
Nathan Dwarshuis 2023-03-05 13:52:31 -05:00
parent bcf335a45f
commit 94748930d5
1 changed files with 2 additions and 2 deletions

View File

@ -1378,8 +1378,8 @@ R-markdown is enabled via polymode, which allows multiple modes in one buffer (t
(use-package poly-R
:straight t
:mode
(("\\.Rmd\\'" . poly-markdown+r-mode)
("\\.rmd\\'" . poly-markdown+r-mode)))
(("\\.[rR]md\\'" . poly-markdown+r-mode)
("\\.[rR]md\\'" . poly-gfm+r-mode)))
#+END_SRC
*** YAML
#+BEGIN_SRC emacs-lisp