-
Notifications
You must be signed in to change notification settings - Fork 11
Showing different icons instead of ligatures #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like a font other than Fira Code Symbol is being used to display the ligature glyphs. If you haven't already, install the Fira Code Symbol font to your system with If you've already done that or if doing so doesn't fix the issue, you can try If not, I'm not sure exactly how to solve the issue, but putting your point over one of the symbols and typing |
I have checked it with fira code font also, same problem, and tried fira-code-mode-install-fonts. but no luck. And there is no option for 'fira-code-mode--setup', can't run that. |
This is the output of describe-char ` position: 277 of 756 (37%), column: 21 Character code properties: customize what to show There is an overlay here: There are text properties here: |
Sorry about that, I forgot that function isn't available via M-x. If you've already got the package loaded, you can run it with |
With |
Yea thanks it worked. but as soon as i restart emacs, it again shows those symbols. so please push an update fixing thins bug |
Hurray, I'm glad!
Like I mentioned above:
You need to add
I will most likely push an update which documents this situation in the README and autoloads the setup function so it can be run with M-x, but this is only an issue in relatively rare cases where your system has a font which clashes on the area of Unicode space used by Fira Code Symbol. On my system and many others', this step is not necessary, and in fact causes some conflicts with other packages such as |
Uh oh!
There was an error while loading. Please reload this page.
When turning on fira code mode, it is showing random icons instead of showing ligatures. attaching some screenshot with and without fira code mode.
with fira code mode

without fira code mode

The text was updated successfully, but these errors were encountered: