Переглянути джерело

Update git-gutter style

master
10sr 4 роки тому
джерело
коміт
e2c62ba589
Підписано: 10sr Ідентифікатор GPG ключа: 7BEC428194130EB2
1 змінених файлів з 5 додано та 1 видалено
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el Переглянути файл

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


Завантаження…
Відмінити
Зберегти