doomemacs/modules/lang/ess/autoloads.el

8 lines
153 B
EmacsLisp
Raw Normal View History

2018-02-06 02:18:49 +08:00
;;; private/r/autoload.el -*- lexical-binding: t; -*-
2018-02-14 07:42:22 -05:00
2018-02-06 02:18:49 +08:00
;;;###autoload
(defun +r/repl ()
"Open the R REPL."
(interactive)
(inferior-ess nil nil t))