We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bff16b + 363019c commit f926862Copy full SHA for f926862
elixir-mode.el
@@ -558,7 +558,6 @@ Argument END End of the region."
558
(set (make-local-variable 'comment-end) "")
559
(set (make-local-variable 'comment-use-syntax) t)
560
(set (make-local-variable 'tab-width) elixir-basic-offset)
561
- (set (make-local-variable 'default-tab-width) elixir-basic-offset)
562
(set (make-local-variable 'imenu-generic-expression) elixir-imenu-generic-expression)
563
(if (boundp 'syntax-propertize-function)
564
(set (make-local-variable 'syntax-propertize-function) 'elixir-syntax-propertize))
0 commit comments