summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-06-21 22:49:21 +0100
committerAlan Pearce2014-06-21 22:49:21 +0100
commitfdead2d11316c1acb06027765d01a81071bcf34d (patch)
tree7951a5006a0af80102ca53921870ebdfbdf42fc2 /tag-emacs
parentdc03c852e4195b20a25d333690f40f04b6190519 (diff)
downloaddotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.tar.lz
dotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.tar.zst
dotfiles-fdead2d11316c1acb06027765d01a81071bcf34d.zip
Emacs: remove ERC configuration
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el15
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)