erc-scrolltoplace

Homepage: http://gitlab.com/jgkamat/erc-scrolltoplace

Author: Jay Kamat

Updated:

Summary

An Erc module to scrolltobottom better with keep-place

Commentary

erc-scrolltoplace provides an erc module called 'scrolltoplace' which
tries to keep as many messages visible as possible in ERC while never moving
point.

This module allows you to see the last-viewed point in your erc buffers while
still seeing newer messages as they come in.

Add the following to your init to enable erc-scrolltoplace:
(require 'erc-scrolltoplace)
(add-to-list 'erc-modules 'scrolltoplace)
(erc-update-modules)

Dependencies