Standardize naming of repl handler commands
This commit is contained in:
parent
01fa9ec169
commit
11a6c03d69
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/racket/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;;;###autoload
|
||||
(defun +racket/repl ()
|
||||
(defun +racket/open-repl ()
|
||||
"Open the Racket REPL."
|
||||
(interactive)
|
||||
(pop-to-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue