X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/26e50f404e1b4c6af2fa07d04c2e5fcacad65e90..96f2d8b3774ab7fa07a42d2c42d6a690b74f4381:/dot/ercrc.el diff --git a/dot/ercrc.el b/dot/ercrc.el index 8ccbbb8..1c3881f 100644 --- a/dot/ercrc.el +++ b/dot/ercrc.el @@ -6,9 +6,13 @@ (setq erc-nick "mdw" erc-user-full-name "Mark Wooding") +(if (not (memq 'truncate erc-modules)) + (setq erc-modules (cons 'truncate erc-modules))) + (setq erc-fill-column 76 erc-timestamp-right-column 68 - erc-fill-prefix " ") + erc-fill-prefix " " + erc-max-buffer-size (* 60 3000)) (load "~/.erc-local.el")