Skip to content
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

Wrong icons being loaded. #121

Closed
RJTK opened this issue Sep 8, 2018 · 4 comments
Closed

Wrong icons being loaded. #121

RJTK opened this issue Sep 8, 2018 · 4 comments

Comments

@RJTK
Copy link

RJTK commented Sep 8, 2018

I've installed via (use-package all-the-icons :ensure t) and then downloaded the icons with all-the-icons-install-fonts. However, it seems that the wrong icons are being loaded:

all-the-icons-mixed-up

I've tried reinstalling and restarting emacs.

I'm on GNU Emacs 25.3.2, and Linux Mint 17

@terlar
Copy link

terlar commented Sep 22, 2018

This is same as #99.

I solved it with manually patching font-lock-default-unfontify-region with the advice from font-lock+, however a warning of caution which caused me to come back here is that this patch breaks auto-indentation for ruby-mode and potentially other ones as well, so I wouldn't recommend using that patch. There is a PR with a different proposed solution #106 which might work better.

@terlar
Copy link

terlar commented Sep 22, 2018

I can verify that using this branch https://github.com/ubolonton/all-the-icons.el/tree/font-lock-fix fixes the issue for me. Give it a go.

@ogonki-vetochki
Copy link

ogonki-vetochki commented Feb 1, 2019

on MacOS Mojave it worked for me to manually download .ttf files to /System/Library/Fonts instead of ~/Library/Fonts as suggested by all-the-icons-font-install

@wyuenho
Copy link
Collaborator

wyuenho commented Feb 15, 2019

Fixed by #106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants