Explorar el Código

Add some advices

master
10sr hace 5 años
padre
commit
abaea0d710
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 9 adiciones y 1 borrados
  1. +9
    -1
      emacs.el

+ 9
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar