Emacs ligatures overwrite previous characters

120 views Asked by At

I'm setting up the Fira Code font/ligatures on Emacs 26 for Windows, according to the guide at https://github.com/tonsky/FiraCode/wiki/Emacs-instructions#using-font-lock-keywords.

It creates the ligatures, but they are all shifted back. I'm guessing it's shifted one space per character in the ligature.

I tested using the text:

int test()
{
    ptr->field = (a == b) ? 1 : 2;

}

https://www.website.com

screenshot

1

How do I correct this?

0

There are 0 answers