Francesco Mazzoli [2013-04-04 14:09:36 +0200] wrote: > Teemu Likonen wrote: >> (add-hook 'erc-mode-hook 'my-erc-mode-hook) >> >> (defun my-erc-mode-hook () >> (set (make-local-variable 'scroll-conservatively) 101) >> (set (make-local-variable 'scroll-step) 1)) > > Much better, thanks! Nice to hear. I forgot to tell that I don't use scrollbottom module at all.