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.
1 parent e0a5982 commit 981f11dCopy full SHA for 981f11d
elixir-mode.el
@@ -509,7 +509,6 @@ just return nil."
509
(set (make-local-variable 'comment-end) "")
510
(set (make-local-variable 'comment-start-skip) "#+ *")
511
(set (make-local-variable 'comment-use-syntax) t)
512
- (set (make-local-variable 'tab-width) elixir-basic-offset)
513
(set (make-local-variable 'syntax-propertize-function)
514
#'elixir-syntax-propertize-function)
515
(set (make-local-variable 'imenu-generic-expression)
0 commit comments