mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ess: autoloads.el (incorrect) => autoload.el
This commit is contained in:
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))
|
Reference in New Issue
Block a user