Browse Source

List minor modes in the help text over the Major mode in the mode-line.

cray
Mitch Tishmack 11 years ago
parent
commit
4ba46048bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs/.emacs.d/emacs.org

+ 1
- 1
emacs/.emacs.d/emacs.org View File

@@ -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


Loading…
Cancel
Save