branch: master commit 327e01c7117cfa64523797646e2e08b3d0aa2988 Author: PythonNut <python...@users.noreply.github.com> Commit: PythonNut <python...@users.noreply.github.com>
Add commentary to diff-hl-flydiff --- diff-hl-flydiff.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el index 3d7c2c7..2335074 100644 --- a/diff-hl-flydiff.el +++ b/diff-hl-flydiff.el @@ -20,6 +20,9 @@ ;;; Commentary: +;; This mode enables diffing on-the-fly (i.e. without saving the buffer first) +;; Toggle in all buffers with M-x diff-hl-flydiff-mode + ;;; Code: (require 'diff-hl)