lang/ess: autoloads.el (incorrect) => autoload.el

This commit is contained in:
Henrik Lissner 2018-03-22 06:40:27 -04:00
parent 92b1d1d7d0
commit 25d8637263
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View 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))