mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove R support; I'd rather use python
This commit is contained in:
1
init.el
1
init.el
@ -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
|
||||
|
||||
|
@ -1,6 +0,0 @@
|
||||
;;; module-r.el
|
||||
|
||||
(use-package ess-site :mode (("\\.r$" . R-mode)))
|
||||
|
||||
(provide 'module-r)
|
||||
;;; module-r.el ends here
|
Reference in New Issue
Block a user