emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/kotlin-mode 7b3cd74794 006/162: kotlin-mode: Define keymap


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 7b3cd74794 006/162: kotlin-mode: Define keymap used by kotlin-mode
Date: Sat, 29 Jan 2022 08:25:17 -0500 (EST)

branch: elpa/kotlin-mode
commit 7b3cd74794887aa8c136c6ff21a59435d7ba750b
Author: Shodai Yokoyama <quantumcars@gmail.com>
Commit: Shodai Yokoyama <quantumcars@gmail.com>

    kotlin-mode: Define keymap used by kotlin-mode
---
 kotlin-mode.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 4e65e1cbc2..be2b0ae721 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -31,6 +31,12 @@
   :group 'kotlin
   )
 
+
+(defvar kotlin-mode-map (make-sparse-keymap)
+  "Keymap used by `kotlin-mode'."
+  )
+
+
 (define-derived-mode kotlin-mode prog-mode "Kotlin"
   "Major mode for editing Kotlin."
   :group 'kotlin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]