summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Fogleman <michaelwfogleman@gmail.com>2014-08-27 08:31:40 -0400
committerMichael Fogleman <michaelwfogleman@gmail.com>2014-08-27 08:31:40 -0400
commit3b2ead38de2643104ba40c0ef4353195e5cb8c3f (patch)
treeb053ce82a5585efeb5a56b98feca4e368c3cf3c3
parentf9359de5fab0326325b8294aa9af81bb680fe5e0 (diff)
Add comparison to Diminish.
Via Twitter, with some additions. https://twitter.com/bruceconnor/status/500342313420611584
-rw-r--r--README.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.org b/README.org
index 28c42cb..093991a 100644
--- a/README.org
+++ b/README.org
@@ -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
-
-