mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Standardize naming of repl handler commands
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user