# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1508964750 14400 # Node ID 855b4277cf0db2a423308b0f7883e12b127b6bee # Parent 16d292bae7dd536d975009ea7997d2f13732afeb erc: make erc-input-line-position actually work... maybe? diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -356,7 +356,7 @@ (quote (elpy-module-company elpy-module-eldoc elpy-module-flymake elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults))) '(elpy-rpc-timeout 5) - '(erc-input-line-position 0 t) + '(erc-input-line-position 0) '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track)))