branch: elpa/kotlin-mode
commit ebcf6f3730f455894ebb7ed8e42950f66e8e1c1d
Author: Gregg Hernandez <[email protected]>
Commit: Gregg Hernandez <[email protected]>

    switch to tab-width
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index 17300e9ddd..2183f4998a 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -33,7 +33,7 @@
   "A Kotlin major mode."
   :group 'languages)
 
-(defcustom kotlin-tab-width default-tab-width
+(defcustom kotlin-tab-width tab-width
   "The tab width to use for indentation."
   :type 'integer
   :group 'kotlin-mode

Reply via email to