Переглянути джерело

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

cray
Mitch Tishmack 11 роки тому
джерело
коміт
4ba46048bb
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      emacs/.emacs.d/emacs.org

+ 1
- 1
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


Завантаження…
Відмінити
Зберегти