How to make a good elemental master macro?

I tried to make a /cast one, but it bugs out half the time and casts chain lightning before elemental master. I also tried a cast sequence, but then it doesn’t let me cast when I have 0 mana, which I should be because elemental mastery makes it cost 0 but it does not start the sequence unless I have enough mana for a flat chain lightning. Anyone know a better macro?

/cast Elemental Mastery
/cast Chain Lightning

That doesn’t work for you?

no as I said it bugs out sometimes and tries to cast chain lightning first

I had same issue but found something that seems to work.

#showtooltip Chain Lightning
/cancelcast
/use 14
/cast Elemental Mastery
/cast Chain Lightning

The /cancelcast + /use 14 seem to help for some reason. I don’t even have a trinket equipped in this slot… i think it just adds enough of a delay (looking for trinket) before using EM->CL.