In a document using LaTeX-mode (i.e., AUCTeX), the command LaTeX-section (C-c C-s) inserts a small template corresponding to a LaTeX sectioning element. How can these inserted templates be modified?
The original function inserts something like this:
\section{A Section} \label{a-label} And let's say that, instead, I'd like the command to insert something different, like:
\section{\color{red}A Section}\label{a-label}