diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-20 23:57:01 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-20 23:57:01 -0400 |
| commit | c6ab34740e03731ef6153fde39f536ac628159e3 (patch) | |
| tree | dbb5240a2010ba2b551578e9cafcb5701185eab7 /tests/test-coverage-core--format-report.el | |
| parent | 11e0a4b65e1e3f8a1365fa7246dfbcfb60207a61 (diff) | |
| download | dotemacs-c6ab34740e03731ef6153fde39f536ac628159e3.tar.gz dotemacs-c6ab34740e03731ef6153fde39f536ac628159e3.zip | |
fix(erc): drop erc-yank, restore plain C-y in ERC buffers
erc-yank turned a paste over 5 lines in an ERC buffer into a public gist: it called gist -P (the clipboard paste flag) with no --private, behind only a single y-or-n-p and with no guard if the gist binary was missing. One reflexive keystroke published whatever sat on the system clipboard. It also gisted the clipboard rather than the kill-ring text being yanked.
I dropped the package. erc-mode-map binds no C-y of its own, so C-y now falls through to the ordinary global yank and a paste stays local. Gist a large snippet by hand when that's actually wanted.
Diffstat (limited to 'tests/test-coverage-core--format-report.el')
0 files changed, 0 insertions, 0 deletions
