emacsorphanage/git-gutter

[Improve] When the file is not saved, the hunk status can still be displayed in real time

KiteAB opened this issue · 2 comments

[Improve] When the file is not saved, the hunk status can still be displayed in real time

Could you try to set git-gutter:update-interval greater than 0 like a following snippet.

(custom-set-variables
 '(git-gutter:update-interval 2))