lang/ess: +r/repl => +ess/r-repl

This commit is contained in:
Henrik Lissner 2018-03-22 06:41:13 -04:00
parent 25d8637263
commit b7cde2e01b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -39,7 +39,7 @@
ess-nuke-trailing-whitespace-p t
ess-default-style 'DEFAULT)
(ess-toggle-underscore t)
(set! :repl 'ess-mode #'+r/repl)
(set! :repl 'ess-mode #'+ess/r-repl)
(set! :lookup 'ess-mode :documentation #'ess-display-help-on-object)
(map! (:map ess-doc-map
"h" #'ess-display-help-on-object