Explorar el Código

Update git-gutter style

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

+ 5
- 1
emacs.el Ver fichero

@@ -509,7 +509,11 @@ Otherwize hook it."
(set-face-background 'git-gutter:modified c)
(set-face-background 'git-gutter:added c)
(set-face-background 'git-gutter:deleted c)
(set-face-background 'git-gutter:unchanged c))))
(set-face-background 'git-gutter:unchanged c)))
(set-face-background 'git-gutter:modified "magenta")
(set-face-background 'git-gutter:added "green")
(set-face-background 'git-gutter:deleted "red")
)

;; (when (fboundp 'fancy-narrow-mode)
;; (add-hook 'after-first-visit-hook


Cargando…
Cancelar
Guardar