ソースを参照

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


読み込み中…
キャンセル
保存