On 02-06-2019 18:26, Martin Blais wrote:
> Another strange thing: when I press ENTER at the end of a line, the
> amount automatically indents itself...
> Personally I find that annoying (especially if there are cases it will
> get it wrong), I think it should be optional.

This behavior is defined by Emacs if the major mode defines
`indent-line-function` which is used to perform the indentation on tab. See

https://www.gnu.org/software/emacs/manual/html_node/elisp/Auto_002dIndentation.html#Auto_002dIndentation)

If you don't like it I think the Emacs way to disable it is to set
`electric-indent-chars` to nil.

I don't think there are cases in which the amount indentation is
computed wrong. Please provide a minimal example if you find any.

Cheers,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beancount+unsubscr...@googlegroups.com.
To post to this group, send email to beancount@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/b228b74c-817b-f274-9f51-6e799121cfb1%40grinta.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to