lang/ess: autoloads.el (incorrect) => autoload.el
This commit is contained in:
parent
92b1d1d7d0
commit
25d8637263
1 changed files with 1 additions and 1 deletions
7
modules/lang/ess/autoload.el
Normal file
7
modules/lang/ess/autoload.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
;;; lang/ess/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