[scala] sbt-supershell kills sbt-mode

This commit is contained in:
Rodolfo Hansen 2019-11-27 11:31:41 +01:00 committed by duianto
parent 31a3449fca
commit 2d154bec8e
2 changed files with 3 additions and 0 deletions

View File

@ -2767,6 +2767,7 @@ Other:
- Added ENSIME jump handlers (thanks to Joao Azevedo)
- Added scala-lsp and metals as an additional backend for scala
(thanks to Rodolfo Hansen)
- Disabled =sbt-supershell= in =sbt-mode= (thanks to Rodolfo Hansen)
**** Scheme
- Added missing =parinfer= package declaration (thanks to Kalle Lindqvist)
- Update install docs for Chicken 5 changes (thanks to Grant Shangreaux)

View File

@ -186,6 +186,8 @@
'minibuffer-complete-word
'self-insert-command
minibuffer-local-completion-map)
;; sbt-supershell kills sbt-mode: https://github.com/hvesalai/emacs-sbt-mode/issues/152
(setq sbt:program-options '("-Dsbt.supershell=false"))
:init
(progn
(spacemacs/declare-prefix-for-mode 'scala-mode "mb" "sbt")