dot/mykermrc.in: Useful commands for dealing with server consoles.
[profile] / dot / ercrc.el
index 2eeb2f1..afb78fc 100644 (file)
@@ -6,9 +6,13 @@
 (setq erc-nick "mdw"
       erc-user-full-name "Mark Wooding")
 
-(setq erc-fill-column 77
-      erc-timestamp-right-column 69
-      erc-fill-prefix "   ")
+(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-max-buffer-size (* 60 3000))
 
 (load "~/.erc-local.el")
 
@@ -20,8 +24,7 @@
   (setq truncate-lines nil
        truncate-partial-with-windows nil
        word-wrap t
-       wrap-prefix (concat (propertize "   >"
-                                       'face 'erc-prompt-face)
+       wrap-prefix (concat (propertize "    " 'face 'erc-prompt-face)
                            " ")))
 (add-hook 'erc-mode-hook 'mdw-erc-turn-off-truncate-lines)
 
@@ -39,6 +42,8 @@
     ("cam.irc.devel.ncipher.com" "fastness"
      ,(format "identpass mwooding %s" mdw-fastness-password))
     ("chiark.greenend.org.uk" "blight"
+     ,(format "identpass mdw %s" mdw-blight-password))
+    ("tunnel.chiark.greenend.org.uk" "blight"
      ,(format "identpass mdw %s" mdw-blight-password)))
   "*Alist of (SERVER-REGEXP BOT-NICK MESSAGE-FORM).
 Evaluate MESSAGE-FORM and sent to BOT-NICK when connected to a server which