Tags: marcantonio/doom-modeline
Tags
Simplify image creation (seagle0128#432) Switch from an XPM to a PBM bitmap: PBM is easier to generate and easier for Emacs to decode. Emacs has PBM support built-in so it's always available (keep the `image-type-available-p` check in case this changes). Stop creating a temporary list-of-lists to iterate over. Rename `doom-modeline--make-xpm` to `doom-modeline--make-image` because it's no longer creating an XPM, and the type of the bitmap should not matter to callers.
PreviousNext