branch: elpa/swift-mode commit 3298fb17639b1421ec589a00e469f153937da31d Author: ap4y <l...@pisem.net> Commit: ap4y <l...@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))