branch: elpa/kotlin-mode
commit 41eaed3e388f0e0f69dc511392ee6898fe06ca91
Author: Martin Blake <[email protected]>
Commit: Martin Blake <[email protected]>
Remove overwritten <tab> key mapping so that region indentation works
---
kotlin-mode.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/kotlin-mode.el b/kotlin-mode.el
index ff80b74817..a5df662fbc 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -128,7 +128,6 @@
(define-key map (kbd "C-c C-r") 'kotlin-send-region)
(define-key map (kbd "C-c C-c") 'kotlin-send-block)
(define-key map (kbd "C-c C-b") 'kotlin-send-buffer)
- (define-key map (kbd "<tab>") 'c-indent-line-or-region)
map)
"Keymap for kotlin-mode")