mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Add: ESS module
This commit is contained in:
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))
|
Reference in New Issue
Block a user