chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/ercrc.el: Configure automatic buffer truncation.
[profile]
/
dot
/
ercrc.el
diff --git
a/dot/ercrc.el
b/dot/ercrc.el
index 8ccbbb8c4ae5f8aa24d9fa85f350c6a3457ac227..1c3881f91e629c44060691a0d1927da88abe92bb 100644
(file)
--- a/
dot/ercrc.el
+++ b/
dot/ercrc.el
@@
-6,9
+6,13
@@
(load "~/.erc-auth.el")
(setq erc-nick "mdw"
erc-user-full-name "Mark Wooding")
(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
(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")
(load "~/.erc-local.el")