diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-07 18:40:04 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-07 18:43:03 +0200 |
commit | 28ef1550dc25c979ad6057bcd8387518c0b07045 (patch) | |
tree | 6fcdd80b9422bb6c6453fbd7329e7e85b0389630 /app-emacs/diff-hl/files | |
parent | net-libs/xdp-tools: prevent broken test from running (diff) | |
download | gentoo-28ef1550dc25c979ad6057bcd8387518c0b07045.tar.gz gentoo-28ef1550dc25c979ad6057bcd8387518c0b07045.tar.bz2 gentoo-28ef1550dc25c979ad6057bcd8387518c0b07045.zip |
app-emacs/diff-hl: new package; add version 1.8.8_p20220405
2022.04.05 snapshot
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/diff-hl/files')
-rw-r--r-- | app-emacs/diff-hl/files/50diff-hl-gentoo.el | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/diff-hl/files/50diff-hl-gentoo.el b/app-emacs/diff-hl/files/50diff-hl-gentoo.el new file mode 100644 index 000000000000..3240f13a619b --- /dev/null +++ b/app-emacs/diff-hl/files/50diff-hl-gentoo.el @@ -0,0 +1,33 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'diff-hl-mode "diff-hl" + "Toggle VC diff highlighting." t) +(autoload 'diff-hl-set-reference-rev "diff-hl" + "Set the reference revision globally to REV." t) +(autoload 'diff-hl-reset-reference-rev "diff-hl" + "Reset the reference revision globally to the most recent one." t) +(autoload 'global-diff-hl-mode "diff-hl" + "Toggle Diff-Hl mode in all buffers." t) +(autoload 'diff-hl-amend-mode "diff-hl-amend" + "Show changes against the second-last revision in `diff-hl-mode'." t) +(autoload 'global-diff-hl-amend-mode "diff-hl-amend" + "Toggle Diff-Hl-Amend mode in all buffers." t) +(autoload 'diff-hl-dired-mode "diff-hl-dired" + "Toggle VC diff highlighting on the side of a Dired window." t) +(autoload 'diff-hl-flydiff-mode "diff-hl-flydiff" + "Perform highlighting on-the-fly." t) +(autoload 'diff-hl-inline-popup-hide "diff-hl-inline-popup" + "Hide the current inline popup." t) +(autoload 'diff-hl-margin-mode "diff-hl-margin" + "Toggle displaying `diff-hl-mode' highlights on the margin." t) +(autoload 'diff-hl-margin-local-mode "diff-hl-margin" + "Toggle displaying `diff-hl-mode' highlights on the margin locally." t) +(autoload 'diff-hl-show-hunk-previous "diff-hl-show-hunk" + "Go to previous hunk/change and show it." t) +(autoload 'diff-hl-show-hunk-next "diff-hl-show-hunk" + "Go to next hunk/change and show it." t) +(autoload 'diff-hl-show-hunk "diff-hl-show-hunk" + "Show the VC diff hunk at point." t) +(autoload 'diff-hl-show-hunk-mouse-mode "diff-hl-show-hunk" + "Enables the margin and fringe to show a posframe/popup with vc diffs when clicked." t) +(autoload 'global-diff-hl-show-hunk-mouse-mode "diff-hl-show-hunk" + "Toggle Diff-Hl-Show-Hunk-Mouse mode in all buffers." t) |