Tags: baracunatana/doom-modeline
Tags
Change eglot--major-mode to eglot-major-modes. Close seagle0128#575.
Fix mouse clicks on mu4e new mail widget Completely fixes seagle0128#526
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