mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
lang/scala: fix REPL command for non-project files
run-scala errors out if you're not in a valid project.
This commit is contained in:
@ -33,4 +33,4 @@
|
||||
|
||||
(def-package! sbt-mode
|
||||
:after scala-mode
|
||||
:config (set-repl-handler! 'scala-mode #'run-scala))
|
||||
:config (set-repl-handler! 'scala-mode #'+scala/open-repl))
|
||||
|
Reference in New Issue
Block a user