Autoload git-gutter:{revert-hook,stage-hunk}

In case they're used before git-gutter has loaded; they should be
allowed to error themselves.
This commit is contained in:
Henrik Lissner 2018-06-27 18:51:32 +02:00
parent d55c7896f1
commit 26f514001e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -21,7 +21,7 @@ to the right fringe.")
;;
(def-package! git-gutter-fringe
:defer t
:commands (git-gutter:revert-hunk git-gutter:stage-hunk)
:init
(defun +version-control|git-gutter-maybe ()
"Enable `git-gutter-mode' in non-remote buffers."