diff options
| author | Michael Fogleman <michaelwfogleman@gmail.com> | 2014-08-27 08:31:40 -0400 |
|---|---|---|
| committer | Michael Fogleman <michaelwfogleman@gmail.com> | 2014-08-27 08:31:40 -0400 |
| commit | 3b2ead38de2643104ba40c0ef4353195e5cb8c3f (patch) | |
| tree | b053ce82a5585efeb5a56b98feca4e368c3cf3c3 | |
| parent | f9359de5fab0326325b8294aa9af81bb680fe5e0 (diff) | |
Add comparison to Diminish.
Via Twitter, with some additions.
https://twitter.com/bruceconnor/status/500342313420611584
| -rw-r--r-- | README.org | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -28,6 +28,15 @@ three variables: minor-mode lighter. For instance, by default we highlight =Ovwrt= with a red face, so you always know if you're in =overwrite-mode=. +** Comparison to Diminish +Diminish is an established player in the mode-line world. What can rich-minority offer? +*** regexps +*** "include" behavior +*** highlighting specific modes + +What is rich-minority missing? +*** It can't do replacement (yet). +*** It doesn't have Will Mengarini's code-comment-essays. ** Installation This package is available fom Melpa, you may install it by calling @@ -39,5 +48,3 @@ Alternatively, you can download it manually, place it in your #+begin_src emacs-lisp (require 'rich-minority) #+end_src - - |
