From 720de3aac501027b38da3f165d25c65356740bad Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 4 Sep 2013 16:02:04 +0300 Subject: [PATCH] Autoload diff-hl-mode --- diff-hl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/diff-hl.el b/diff-hl.el index 92b91af8a..310bb569c 100644 --- a/diff-hl.el +++ b/diff-hl.el @@ -347,6 +347,7 @@ in the source file, or the last line of the hunk above it." (interactive) (diff-hl-next-hunk t)) +;;;###autoload (define-minor-mode diff-hl-mode "Toggle VC diff fringe highlighting." :lighter "" :keymap `(([remap vc-diff] . diff-hl-diff-goto-hunk) -- 2.39.2