Ver a proveniência

Update git-gutter style

master
10sr há 4 anos
ascendente
cometimento
e2c62ba589
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 5 adições e 1 eliminações
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Ver ficheiro

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


Carregando…
Cancelar
Guardar