Andrey Listopadov
                                            Andrey Listopadov
                                        
                                    I guess I'm having this issue too:  This is result of using the same call to `(insert (all-the-icons-icon-for-file "foo.js" :height 2 :face 'all-the-icons-lred))` outside and inside of source block....
> I can't help anyone unless someone provides me with the exact reproduction steps. @wyuenho here: [bug.zip](https://github.com/domtronn/all-the-icons.el/files/5775748/bug.zip) Reproduces with `emacs -q`, and freshly installed all-the-icons fonts. The steps are actually...
This happened to me too, when I've decided to reinstall fonts.
> The need seems to be installing the fonts during package installation. I don't think there's a way to eliminate interactivity altogether, it might make sense to just call `(all-the-icons-install-fonts)`...
I check for fonts like this: ```emacs-lisp (defun aorst/font-installed-p (font-name) "Check if font with FONT-NAME is available." (if (find-font (font-spec :name font-name)) t nil)) (use-package all-the-icons :config (when (and (not...
I've kinda solved this issue with TOC by changing styles a bit: ```css #toc { margin-top: 1.5rem; padding: 0.7rem; text-overflow: ellipsis; overflow: hidden; } #toc * { list-style: none; white-space:...
A minimal example with smart mode: ```clojure (def vaiv {:a 1 :b 2}) ``` Now use `` on first line to join it with second line: ```clojure (def vaiv {:a...
Aren't servers now provide highlighting information themselves? Or this request is a workaround for servers that do not provide highlighting?
why do you need `%val{buffile}` in the `dynregex`?
probably yes, but you do not need this expansion in `dynregex` highlighter