Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-23 | (Emacs/elisp)~padding is now a variable | Aryadev Chavali | |
2024-09-16 | (Emacs/elisp)~Update license | Aryadev Chavali | |
2024-07-02 | (Emacs/elisp)~Use a symbol-shorthand to lower the size of symbols in better ↵ | Aryadev Chavali | |
mode line | |||
2024-07-02 | (Emacs/config)~refactor better-mode-line settings | Aryadev Chavali | |
Use new namespace, move evil-state mode-line generation to personal configuration and add (mode-line-selected-window-p) checks to hide the left and right segment when they're not the focused window. | |||
2024-07-02 | (Emacs/elisp)~refactor better-mode-line | Aryadev Chavali | |
New namespace that's tiny bit less verbose, and refactor on padding generation to stop repeating myself. | |||
2024-07-02 | (Emacs/config)~Fix up some stuff in mode line | Aryadev Chavali | |
2024-07-01 | (Emacs/elisp)~better-mode-line now ignores margins | Aryadev Chavali | |
(window-width) cares about margins which isn't nice for padding computations, so I made a function for computing padding sizes including margins. | |||
2024-07-01 | (Emacs/elisp|config)+new package that generates a mode-line | Aryadev Chavali | |
Using left, centre and right segments generates a mode line with padded strings that actually achieves this. |