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

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

[nongnu] elpa/kotlin-mode ebcf6f3730 102/162: switch to tab-width


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ebcf6f3730 102/162: switch to tab-width
Date: Sat, 29 Jan 2022 08:25:27 -0500 (EST)

branch: elpa/kotlin-mode
commit ebcf6f3730f455894ebb7ed8e42950f66e8e1c1d
Author: Gregg Hernandez <greggory.hz@gmail.com>
Commit: Gregg Hernandez <greggory.hz@gmail.com>

    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

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