From 1ce5da9b946e920032ec7a19c2b8708b4b5419c6 Mon Sep 17 00:00:00 2001 From: Samuel Tonini Date: Thu, 21 May 2015 14:10:56 +0200 Subject: [PATCH] fix wrong indentation of cursor between and after code --- elixir-smie.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.