Skip to content

kidd/erc-image.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 

Repository files navigation

erc-image.el

Show inlined images (png/jpg/gif/svg) in erc buffers.

Usage

(require 'erc-image)
(add-to-list 'erc-modules 'image)
(erc-update-modules)

Or (require 'erc-image) and M-x customize-option erc-modules RET

This plugin subscribes to hooks erc-insert-modify-hook and erc-send-modify-hook to download and show images.

Credits

About

Fetch and show received images in a ERC buffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%