Add: ESS module
This commit is contained in:
parent
7e87ab3e29
commit
31e2968d54
4 changed files with 142 additions and 0 deletions
6
modules/lang/ess/autoloads.el
Normal file
6
modules/lang/ess/autoloads.el
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue