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 | b1ffdda6db1625182f9c9076625ce4f8a2d95d30 (patch) | |
| tree | 88a721289cff76ca02e6677decccfd736fed8154 /modules/coverage-elisp.el | |
| parent | 4bc80b44d1f430e9e33739c557c14777a28c024f (diff) | |
| download | dotemacs-b1ffdda6db1625182f9c9076625ce4f8a2d95d30.tar.gz dotemacs-b1ffdda6db1625182f9c9076625ce4f8a2d95d30.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 'modules/coverage-elisp.el')
0 files changed, 0 insertions, 0 deletions
