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

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

[nongnu] elpa/kotlin-mode ab61099682 152/162: use 4 for defualt tab widt


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode ab61099682 152/162: use 4 for defualt tab width
Date: Sat, 29 Jan 2022 08:25:32 -0500 (EST)

branch: elpa/kotlin-mode
commit ab610996820b5cbdb032edbf8747661131603ab8
Author: gh <gregg@ghs-macbook-pro.lan>
Commit: gh <gregg@ghs-macbook-pro.lan>

    use 4 for defualt tab width
---
 kotlin-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin-mode.el b/kotlin-mode.el
index adf5cc5497..bc331cefc4 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -37,7 +37,7 @@
   "A Kotlin major mode."
   :group 'languages)
 
-(defcustom kotlin-tab-width tab-width
+(defcustom kotlin-tab-width 4
   "The tab width to use for indentation."
   :type 'integer
   :group 'kotlin-mode



reply via email to

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