diff --git a/elixir-smie.el b/elixir-smie.el index 0823a179..c95b04df 100644 --- a/elixir-smie.el +++ b/elixir-smie.el @@ -194,7 +194,7 @@ (forward-char) (self-call)) ((looking-at elixir-smie--spaces-til-eol-regexp) - (move-beginning-of-line 2) + (forward-char) (self-call)) ;; And if we're NOT on a blank line, move to the end of the line, and see ;; if we're looking back at a block operator.