Skip to content

Commit 981f11d

Browse files
committed
Do not set tab-width by default with basic elixir offset
1 parent e0a5982 commit 981f11d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elixir-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ just return nil."
509509
(set (make-local-variable 'comment-end) "")
510510
(set (make-local-variable 'comment-start-skip) "#+ *")
511511
(set (make-local-variable 'comment-use-syntax) t)
512-
(set (make-local-variable 'tab-width) elixir-basic-offset)
513512
(set (make-local-variable 'syntax-propertize-function)
514513
#'elixir-syntax-propertize-function)
515514
(set (make-local-variable 'imenu-generic-expression)

0 commit comments

Comments
 (0)