Add module-r

This commit is contained in:
Henrik Lissner 2015-08-03 01:54:54 +02:00
parent 9e9f9494d8
commit 1fd649ad56
2 changed files with 8 additions and 1 deletions

View file

@ -88,7 +88,7 @@
module-swift ; yay, emoji variables!
module-markdown ; markdown
;; module-rust
;; module-r ; for science!
module-r ; for science!
module-vim ; the confessional
module-web ; for the 2.0'er

7
modules/module-r.el Normal file
View file

@ -0,0 +1,7 @@
;;; module-r.el
(use-package ess-site
:mode (("\\.r$" . R-mode)))
(provide 'module-r)
;;; module-r.el ends here