diff options
author | Alan Pearce | 2014-06-21 22:49:21 +0100 |
---|---|---|
committer | Alan Pearce | 2014-06-21 22:49:21 +0100 |
commit | fdead2d11316c1acb06027765d01a81071bcf34d (patch) | |
tree | 7951a5006a0af80102ca53921870ebdfbdf42fc2 /tag-emacs/emacs.d | |
parent | dc03c852e4195b20a25d333690f40f04b6190519 (diff) | |
download | dotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.tar.lz dotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.tar.zst dotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.zip |
Emacs: remove ERC configuration
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index fbbef02..8caf1c7 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -165,21 +165,6 @@ ;;;; Communication -(req-package erc - :defer t - :config (progn - (setq erc-user-full-name "Alan Pearce" - erc-email-userid "alan@alanpearce.co.uk" - erc-echo-notice-in-minibuffer t - erc-keywords '("alanpearce" "lethalrocks") - erc-autojoin-channels-alist - '(("freenode.net" "#emacs" "##freebsd" "#bufferbloat" "#openwrt" "#lojban" "#zfs" "#introverts") - ("what.cd" "#what.cd") - ("beusergroup.co.uk" "#be"))) - (add-to-list 'erc-modules 'scrolltobottom) - (add-to-list 'erc-modules 'autojoin) - (add-to-list 'erc-modules 'match))) - (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-smtp-server "external.home" smtpmail-smtp-service 587) |