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 without font-lock+ #105

Closed
a13 opened this issue Feb 7, 2018 · 5 comments
Closed

Wrong icons without font-lock+ #105

a13 opened this issue Feb 7, 2018 · 5 comments

Comments

@a13
Copy link
Contributor

a13 commented Feb 7, 2018

Since font-lock+ was removed by 52d1f2d, all-the-icons shows icon using default font, so some icons are broken.
all-the-fail

Loading font-lock+ fixes the problem.

all-the-win

@a13
Copy link
Contributor Author

a13 commented Feb 7, 2018

evaluation of font-lock-default-unfontify-region from font-lock+ fixes the problem

@a13
Copy link
Contributor Author

a13 commented Feb 7, 2018

original font-lock-default-unfontify-region ignores font-lock-ignore (lol) property

@a13
Copy link
Contributor Author

a13 commented Feb 7, 2018

btw, instead of redefining font-lock-default-unfontify-region we can set font-lock-unfontify-region-function

@a13
Copy link
Contributor Author

a13 commented Feb 8, 2018

well, I decided to use quelpa as a package builder for font-lock+

(use-package font-lock+
  :ensure t
  :quelpa
  (font-lock+ :repo "emacsmirror/font-lock-plus" :fetcher github))

@a13 a13 closed this as completed Feb 8, 2018
@a13
Copy link
Contributor Author

a13 commented Feb 9, 2018

there's a fix for the problem #106

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

No branches or pull requests

1 participant