ソースを参照

Add some advices

master
10sr 5年前
コミット
abaea0d710
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更9行の追加1行の削除
  1. +9
    -1
      emacs.el

+ 9
- 1
emacs.el ファイルの表示

@@ -549,7 +549,15 @@ found, otherwise returns nil."
'my-mode-line-color-update)
(add-hook 'wdired-mode-hook
'my-mode-line-color-update)
;; TODO: Support wgrep-mode
(advice-add 'wdired-change-to-dired-mode
:after
'my-mode-line-color-update)
(advice-add 'wgrep-change-to-wgrep-mode
:after
'my-mode-line-color-update)
(advice-add 'wgrep-to-original-mode
:after
'my-mode-line-color-update)

(set-face-background 'header-line
my-mode-line-background-default)


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