Hi, when I insert a new frame in a Beamer document, C-c C-e asks me for the title and then inserts a frame this way:
\begin{frame}
\frametitle{My title}
\end{frame}
I would prefer to format my frames like this:
\begin{frame}\frametitle{My title}
\end{frame}
Is there a user option I can change? I found information in the manual on how
to add support for new environments, but not how to reformat the way they are
inserted.
All the best,
Greg
