/spacemacs-kotlin

Kotlin layer for Spacemacs for me

Primary LanguageEmacs Lisp

spacemacs-kotlin

Table of Contents

Description

This layer adds support for the Kotlin language using kotlin-mode.

Features:

  • Syntax highlighting
  • Kotlin REPL

Install

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 Bindings

REPL (kotlin-mode)

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