Remove explicit hooks from git-gutter-fringe configuration.
This commit is contained in:
parent
3283fb0e3e
commit
d3d3b23878
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
(setq git-gutter:verbosity 0)
|
(setq git-gutter:verbosity 0)
|
||||||
|
|
||||||
(setq git-gutter-fr:side 'right-fringe)
|
(setq git-gutter-fr:side 'right-fringe)
|
||||||
(setq git-gutter:update-hooks '(after-save-hook after-revert-hook))
|
;; (setq git-gutter:update-hooks '(after-save-hook after-revert-hook))
|
||||||
|
|
||||||
;; custom graphics that works nice with half-width fringes
|
;; custom graphics that works nice with half-width fringes
|
||||||
(fringe-helper-define 'git-gutter-fr:added nil
|
(fringe-helper-define 'git-gutter-fr:added nil
|
||||||
|
|
Reference in a new issue