Add module-r
This commit is contained in:
parent
9e9f9494d8
commit
1fd649ad56
2 changed files with 8 additions and 1 deletions
2
init.el
2
init.el
|
@ -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
7
modules/module-r.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;;; module-r.el
|
||||
|
||||
(use-package ess-site
|
||||
:mode (("\\.r$" . R-mode)))
|
||||
|
||||
(provide 'module-r)
|
||||
;;; module-r.el ends here
|
Loading…
Add table
Add a link
Reference in a new issue