X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f1e4ef4f1e27c3103b93254a486ccef558a5a349..ab94ba6e16d6d2062a16ea57e464ca67826a120a:/dot/ercrc.el diff --git a/dot/ercrc.el b/dot/ercrc.el index cc701e1..3881cc1 100644 --- a/dot/ercrc.el +++ b/dot/ercrc.el @@ -13,8 +13,6 @@ erc-fill-prefix " " erc-max-buffer-size (* 60 3000)) -(load "~/.erc-local.el") - (setq erc-track-exclude-types '("NICK" "JOIN" "PART")) (setq erc-auto-query 'buffer) @@ -94,7 +92,6 @@ Evaluation order for the keywords is a bit screwy: don't rely on it." (mdw-pushnew-replace (list server acct passwd) mdw-erc-ircop-alist :test #'string= :key #'car)) -(load "~/.erc-auth.el") (defun mdw-assoc-regexp (regexp alist) "Return the association in ALIST whose car matches REGEXP." @@ -124,3 +121,6 @@ Evaluation order for the keywords is a bit screwy: don't rely on it." (let ((acct (cadr a)) (passwd (caddr a))) (erc-server-send (concat "OPER " acct " " passwd)))))) + +(load "~/.erc-auth.el") +(load "~/.erc-local.el")