| Age | Commit message (Collapse) | Author |
|
Less hackish alignment handling
|
|
|
|
|
|
It could easily be extended to provide middle alignment if desired.
|
|
README tho)
|
|
|
|
|
|
User should load magit if desired. Or simply remove the function from
feebleline-msg-functions.
|
|
So it's a bit easier to customize.
|
|
For example, buffer-file-name returns nothing for the scratch buffer,
which is probably not what we want.
|
|
It's probably better to try to import the required packages than to
check if it is bound because the user may not load magit itself.
Also fallback on rev-parse to display something in case the branch
isn't available (for example, detached HEAD).
|
|
|
|
|
|
|
|
development
|
|
The old method was just incredibly hacky and bad.
If magit is not installed, we still use the old method as fallback (but who doesn't use magit anyway)
|
|
|
|
|
|
redraw the modeline when feebleline is toggled off
|
|
|
|
Fix some stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add autoload cookie
|
|
Otherwise users are forced to require the file to get started.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added feebleline-mode-line-text
|