mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Add Groovy REPL support
This commit is contained in:
@ -71,3 +71,9 @@ root)."
|
||||
(user-error "This buffer has no filepath; cannot guess its class name"))
|
||||
(or (file-name-sans-extension (file-name-base (buffer-file-name)))
|
||||
"ClassName"))
|
||||
|
||||
;;;###autoload
|
||||
(defun +java/groovy-open-repl ()
|
||||
(interactive)
|
||||
(call-interactively #'run-groovy)
|
||||
(pop-to-buffer groovy-buffer))
|
||||
|
Reference in New Issue
Block a user