From 4ba46048bb8c371bdda695e75dd3a3773de162b2 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Mon, 16 Mar 2015 12:09:30 -0500 Subject: [PATCH] List minor modes in the help text over the Major mode in the mode-line. --- emacs/.emacs.d/emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/emacs.org b/emacs/.emacs.d/emacs.org index 183bb06..8a5fb01 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -392,7 +392,7 @@ Format the mode line, I... can't decipher this anymore nor do I care to, it work (propertize "%l" 'face 'font-lock-type-face) "," (propertize "%c" 'face 'font-lock-type-face) " [" '(:eval (propertize "%m" 'face 'font-lock-preprocessor-face - 'help-echo mode-line-modes)) "][" + 'help-echo (format-mode-line mode-line-modes))) "][" '(:eval (propertize (if overwrite-mode "Ovr" "I") 'face 'font-lock-preprocessor-face