mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(ruby): ruby REPL w/ robe
set-repl-handler! handlers have to return a buffer. Close: #7450 Co-authored-by: Zetagon <Zetagon@users.noreply.github.com>
This commit is contained in:
@ -13,3 +13,9 @@ open."
|
||||
(when (processp process)
|
||||
(kill-process (get-buffer-process inf-buffer))
|
||||
(kill-buffer inf-buffer)))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +ruby-robe-repl-handler ()
|
||||
"Start Robe and open a REPL (for `set-repl-handler!')."
|
||||
(robe-start)
|
||||
(robe-inf-buffer))
|
||||
|
Reference in New Issue
Block a user