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

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

[nongnu] elpa/kotlin-mode 41eaed3e38 116/162: Remove overwritten <tab> k


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 41eaed3e38 116/162: Remove overwritten <tab> key mapping so that region indentation works
Date: Sat, 29 Jan 2022 08:25:28 -0500 (EST)

branch: elpa/kotlin-mode
commit 41eaed3e388f0e0f69dc511392ee6898fe06ca91
Author: Martin Blake <martinblake@github.com>
Commit: Martin Blake <martinblake@github.com>

    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")
 



reply via email to

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