Update git gutter periodically, instead of just on save

This commit is contained in:
Adam Goldsmith 2022-03-14 01:31:35 -04:00
parent ef363257a0
commit 8e089fef9b
1 changed files with 1 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@
:delight
:config
(global-git-gutter-mode t)
(setq git-gutter:update-interval 0.2)
(use-package git-gutter-fringe :ensure :demand
:config
(define-fringe-bitmap 'git-gutter-fr:added [224] nil nil '(center repeated))