I'd like AUCTeX to render a particular macro I define (called inldef) the
same way that it renders \emph. Looking through the documentation, I tried:
(setq font-latex-match-italic-command-keywords '(("inldef" "{")))
But this doesn't seem to affect the rendering (both the macro name and the
argument are rendered as for any other user macro).
My macro is defined simply as:
\newcommand{\inldef}{\emph}
This doesn't change anything either:
\newcommand{\inldef}[1]{\emph{#1}}
Thanks for any help!
Ognjen
_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex