浏览代码

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)


正在加载...
取消
保存