diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -10,13 +10,14 @@ message is currently displayed). The modeline gets restored when you toggle off feebleline-mode, of course. ## Note on new version -If you upgrade feebleline and it errors, something like "error running timer -feebleline-mode-line-proxy-fn" or whatever, then just toggle feebleline-mode on -and then off (i.e. M-x feebleline twice). -Hopefully you'll like this new version better. If you don't, please share your -reasoning in an issue :) +I apologize in advance to anyone who updated the package from melpa and got +something completely different than what they used to get. The work-around if +you miss the old version is to uninstall feebleline, clone this repo, checkout + 89ddf31ecad885e5491e8d6b71b48c1591b3faec + +and keep using the old version. But I have no idea why anyone would want to. ## Customizations There are some customizations available, check out @@ -33,13 +34,13 @@ to see what you can do. An example init snippet would look something like: (feebleline-file-directory :face feebleline-dir-face :post "") (feebleline-file-or-buffer-name :face font-lock-keyword-face :post "") (feebleline-file-modified-star :face font-lock-warning-face :post "") - (magit-get-current-branch :face feebleline-git-face :pre " - ") + (feebleline-git-branch :face feebleline-git-face :pre " : ") (feebleline-project-name :align right))) (feebleline-mode 1)) The minibuffer should now show something similar to: - 1:0 ~/feebleline/feebleline.el - development feebleline + 1:0 ~/feebleline/feebleline.el : development feebleline ## Screenshots This is a screenshow from the latest version (yes that is my |
