Explorar el Código

update diff-mode faces

pull/1/head
10sr hace 10 años
padre
commit
e5869b0961
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Ver fichero

@@ -849,6 +849,8 @@ found, otherwise returns nil."
:weight 'normal)
(set-face-foreground 'diff-removed-face "red")
(set-face-foreground 'diff-added-face "green")
(set-face-background 'diff-removed-face nil)
(set-face-background 'diff-added-face nil)
(set-face-attribute 'diff-changed nil
:foreground "magenta"
:weight 'normal)


Cargando…
Cancelar
Guardar