Remove R support; I'd rather use python

This commit is contained in:
Henrik Lissner 2015-08-11 19:10:32 +02:00
parent f7f374d182
commit 9c2369b98c
2 changed files with 0 additions and 7 deletions

View file

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

View file

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