Persist scala/sbt repl; don't delete it when popup closes
This commit is contained in:
parent
200fed337c
commit
a10f3e2670
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@
|
|||
|
||||
(use-package! sbt-mode
|
||||
:after scala-mode
|
||||
:config (set-repl-handler! 'scala-mode #'+scala/open-repl))
|
||||
:config (set-repl-handler! 'scala-mode #'+scala/open-repl :persist t))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue