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 | c3e63bb134622b619a78e1493e92df4fdbaa0476 (patch) | |
| tree | 09d4b55768979272d3fc6dc892a8436693580aee /tests/test-ui-navigation-split-follow-undo-kill.el | |
| parent | 0d04df00127dd2b5582ca0380bc87b9f8560c411 (diff) | |
| download | dotemacs-c3e63bb134622b619a78e1493e92df4fdbaa0476.tar.gz dotemacs-c3e63bb134622b619a78e1493e92df4fdbaa0476.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-ui-navigation-split-follow-undo-kill.el')
0 files changed, 0 insertions, 0 deletions
