scala: move SPC m b h to SPC m b .
Per convention for transient states
This commit is contained in:
parent
5f759f6df0
commit
ffc312b2b1
2 changed files with 5 additions and 3 deletions
|
@ -149,7 +149,9 @@ with
|
|||
|
||||
| Key Binding | Description |
|
||||
|-------------+---------------------|
|
||||
| ~SPC m b c~ | compile command |
|
||||
| ~SPC m b .~ | sbt transient state |
|
||||
| ~SPC m b b~ | sbt command |
|
||||
| ~SPC m b c~ | compile |
|
||||
| ~SPC m b C~ | clean command |
|
||||
| ~SPC m b i~ | switch to sbt shell |
|
||||
| ~SPC m b p~ | package command |
|
||||
|
|
|
@ -208,8 +208,8 @@
|
|||
(use-package sbt-mode
|
||||
:defer t
|
||||
:init (spacemacs/set-leader-keys-for-major-mode 'scala-mode
|
||||
"bb" 'sbt-command
|
||||
"bh" 'sbt-hydra)))
|
||||
"b." 'sbt-hydra
|
||||
"bb" 'sbt-command)))
|
||||
|
||||
(defun scala/init-scala-mode ()
|
||||
(use-package scala-mode
|
||||
|
|
Reference in a new issue