abo-abo / ace-link

Quickly follow links in Emacs
210 stars 40 forks source link

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

Open stardiviner opened 6 years ago

stardiviner commented 6 years ago

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

abo-abo commented 6 years ago

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

divansantana commented 1 year ago

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

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