ace-link icon indicating copy to clipboard operation
ace-link copied to clipboard

[feature requets] Can ace-link support ERC buffer links?

Open stardiviner opened this issue 6 years ago • 2 comments

ace-link support many modes links now. Can it support ERC buffer too? That's will be great for ERC open URL.

stardiviner avatar Apr 05 '18 07:04 stardiviner

It's probably possible, I don't use ERC myself. I'd be glad to accept a PR.

abo-abo avatar Apr 05 '18 18:04 abo-abo

@abo-abo ace-link-org works fine.

    (with-eval-after-load 'erc
      (define-key erc-mode-map (kbd "M-o o") 'ace-link-org))

divansantana avatar Jul 11 '23 09:07 divansantana