Add: ESS module

This commit is contained in:
fuxialexander 2018-02-06 02:18:49 +08:00
parent 7e87ab3e29
commit 31e2968d54
4 changed files with 142 additions and 0 deletions

View file

@ -0,0 +1,6 @@
;;; private/r/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +r/repl ()
"Open the R REPL."
(interactive)
(inferior-ess nil nil t))