[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72184: 31.0.50; typescript-ts-mode does not bind RET to newline-and-
From: |
Andrea Corallo |
Subject: |
bug#72184: 31.0.50; typescript-ts-mode does not bind RET to newline-and-indent |
Date: |
Thu, 18 Jul 2024 17:30:32 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Jostein Kjønigsen <jostein@secure.kjonigsen.net> writes:
> When using typescript-ts-mode in a bare config without any custom hooks
> defined,
> RET ends up being bound (by default) to `newline`.
>
> This is suboptimal, given that users typically want newlines to be indented.
>
> RET should instead be bound to `newline-and-indent`.
Hi,
AFAIK this is what we tipically do, like: c-mode, c-ts-mode, lisp-mode,
emacs-lisp-mode etc. Why 'typescript-ts-mode' should be different?
Andrea