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

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

[nongnu] elpa/swift-mode 3298fb1 169/496: Stop overriding user preferenc


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 3298fb1 169/496: Stop overriding user preferences for tab-width.
Date: Sun, 29 Aug 2021 11:33:29 -0400 (EDT)

branch: elpa/swift-mode
commit 3298fb17639b1421ec589a00e469f153937da31d
Author: ap4y <lod@pisem.net>
Commit: ap4y <lod@pisem.net>

    Stop overriding user preferences for tab-width.
    
    fixes #68
---
 swift-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index 1d60fc5..297d2af 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -640,7 +640,6 @@ You can send text to the REPL process from other buffers 
containing source.
 
   (setq-local comment-start "// ")
   (setq-local comment-end "")
-  (setq-local tab-width swift-indent-offset)
   (setq-local indent-tabs-mode nil)
   (setq-local electric-indent-chars
               (append '(?. ?, ?: ?\) ?\] ?\}) electric-indent-chars))



reply via email to

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