Jimmy Yuen Ho Wong
Jimmy Yuen Ho Wong
I don't know exactly what you are trying to iconize, but here's a working example to turn the major mode into an icon: ```elisp (add-hook 'after-change-major-mode-hook (lambda () (let* ((icon...
@ebpa Care to open a PR? How's the perf of these functions? How much slower will icon insertion be?
If you want to send over a PR with the appropriate adjustment for customizing the installation location, I'd be happy to take a look.
Sounds good, care to open a PR?
Feel free to send over a PR
Theoretically it's possible but currently hard to do as it requires regenerating the icon font from icomoon. Unfortunately the font output from icomoon no longer works and crashes the NS...
> would the SVG approach require major changes in other code using all-the-icons There would be some changes required, overriding the display property is definitely a nono, if anybody changes...
This isn't easy because some of the icons have glyphs that map to the same codepoints, do you have some ideas what icons should map to which code point in...
There are quite a number of these misalignment issues. I'm considering using the SVG sources of these fonts, render the SVGs instead of using icon fonts. The trade off will...
Thanks, I'm aware of it. There are a lot of things I don't like about that package, it doesn't address problem 2) and 3), loads the icons directly from URLs...