8000 Tags · baracunatana/doom-modeline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: baracunatana/doom-modeline

Tags

3.4.0

Toggle 3.4.0's commit message
Support Windows in battery segment.

v3.4.0

Toggle v3.4.0's commit message
Support Windows in battery segment.

v3.3.2

Toggle v3.3.2's commit message
Change eglot--major-mode to eglot-major-modes.

Close seagle0128#575.

v3.3.1

Toggle v3.3.1's commit message
Fix mouse clicks on mu4e new mail widget

Completely fixes seagle0128#526

v3.3.0

Toggle v3.3.0's commit message
Update FAQ.

v3.2.2

Toggle v3.2.2's commit message
Respect minions lighter.

Close seagle0128#506.

v3.2.1

Toggle v3.2.1's commit message
[Refactor] Add doom-modeline-wspc.

v3.2.0

Toggle v3.2.0's commit message
Refactor.

v3.1.1

Toggle v3.1.1's commit message
Bump version.

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.
0