mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -21,7 +21,7 @@ to the right fringe.")
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
(def-package! git-gutter-fringe
|
(def-package! git-gutter-fringe
|
||||||
:defer t
|
:commands (git-gutter:revert-hunk git-gutter:stage-hunk)
|
||||||
:init
|
:init
|
||||||
(defun +version-control|git-gutter-maybe ()
|
(defun +version-control|git-gutter-maybe ()
|
||||||
"Enable `git-gutter-mode' in non-remote buffers."
|
"Enable `git-gutter-mode' in non-remote buffers."
|
||||||
|
Reference in New Issue
Block a user