Przeglądaj źródła

Update git-gutter style

master
10sr 4 lat temu
rodzic
commit
e2c62ba589
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz