What I would like to achieve is a deeper indentation of lines in item
s in Auctex.
\begin{itemize}
\item This is what I would like to achieve. The beginning of the
second line aligns with the beginning of the item content
\end{itemize}
This is the standard behaviour
\begin{itemize}
\item This is what I current get. The beginning of the
second line aligns with \item instead
\end{itemize}
There is a solution posted here but it unfortunately breaks LaTeX-fill-paragraph (M-q) which is not acceptable to me.
latex-mode
that comes with Emacs does an in-between where the line after\item
is indented by 2 characters. – Stefan Dec 14 '17 at 14:40\item
is not indented, the line after it is indented by 2 characters. – Arash Esbati Dec 15 '17 at 08:30