dot/ercrc.el: Reduce the right-hand margin slightly.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 9 Jan 2012 12:06:05 +0000 (12:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Jan 2012 12:08:03 +0000 (12:08 +0000)
This prevents Emacs's slightly over-eager word wrapping from making a
mess of stuff in the narrower windows in X frames.

dot/ercrc.el

index 223134c..8ccbbb8 100644 (file)
@@ -6,8 +6,8 @@
 (setq erc-nick "mdw"
       erc-user-full-name "Mark Wooding")
 
-(setq erc-fill-column 77
-      erc-timestamp-right-column 69
+(setq erc-fill-column 76
+      erc-timestamp-right-column 68
       erc-fill-prefix "   ")
 
 (load "~/.erc-local.el")