No minor modes in the modeline at all, AND the menu actually shows all the
active and available minor modes.
trashed\r
org-transclusion\r
vc-jj\r
- diminish))\r
+ minions))\r
\r
(dolist (pkg *re/packages*)\r
(unless (package-installed-p pkg)\r
(:maildir "/Trash" :key ?t)\r
(:maildir "/Drafts" :key ?d)))))\r
#+END_SRC\r
-** Diminish\r
+** Minions\r
+Remove all minor modes from the mode-line, and show /all/ of them in the minor mode menu\r
#+BEGIN_SRC emacs-lisp\r
-(require 'diminish)\r
+(require 'minions)\r
\r
-(defvar *re/diminished-modes*\r
- '(page-break-lines-mode eldoc-mode)\r
- "List of modes I want to never see in the modeline")\r
-\r
-(dolist (mode *re/diminished-modes*)\r
- (diminish mode))\r
+(setq minions-mode-line-lighter "|+")\r
+(minions-mode 1)\r
#+END_SRC\r
* Load libraries\r
Libraries Not from the package manager\r