all repos — nixfiles @ fdead2d11316c1acb06027765d01a81071bcf34d

System and user configuration, managed by nix and home-manager

Emacs: remove ERC configuration

Alan Pearce
commit

fdead2d11316c1acb06027765d01a81071bcf34d

parent

dc03c852e4195b20a25d333690f40f04b6190519

1 file changed, 0 insertions(+), 15 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -165,21 +165,6 @@ :config (fancy-narrow-mode 1))
;;;; 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)