remove duplicate parameters: (setq indicate-empty-lines nil), closed #12

This commit is contained in:
Jesús 2019-05-15 13:14:35 -05:00
parent 678187cf7e
commit cfbaf55c2b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -14,7 +14,6 @@
(global-git-gutter-mode t)
(setq-default fringes-outside-margins t)
(setq-default left-fringe-width 10)
(setq indicate-empty-lines nil)
(set-face-foreground 'git-gutter-fr:modified "purple")
(set-face-foreground 'git-gutter-fr:added "green")
(set-face-foreground 'git-gutter-fr:deleted "red")