This layer adds support for the Kotlin language using kotlin-mode.
- Syntax highlighting
- Kotlin REPL
To use this configuration layer, add it to your ~/.spacemacs
. You will need to add javascript to the existing dotspacemacs-configuration-layers
list in this file.
Key Binding | Description |
---|---|
SPC m r ' |
Open the Kotlin REPL |
SPC m r l |
Send line to the Kotlin REPL |
SPC m r r |
Send current region to the Kotlin REPL |
SPC m r b |
Send current buffer contents to the Kotlin REPL |