mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ess: +r/repl => +ess/r-repl
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
;;; lang/ess/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +r/repl ()
|
||||
(defun +ess/r-repl ()
|
||||
"Open the R REPL."
|
||||
(interactive)
|
||||
(inferior-ess nil nil t))
|
||||
|
Reference in New Issue
Block a user