projects
/
.emacs.d.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0c486
)
remove some irc channels from the default list
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 13 Dec 2015 12:09:31 +0000
(17:39 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 13 Dec 2015 12:09:38 +0000
(17:39 +0530)
init.el
patch
|
blob
|
history
diff --git
a/init.el
b/init.el
index 3a0cf34267924e188444af9891972194b15382c2..95340c8e8c98a1259e919c99050407f56a9d4073 100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-50,7
+50,7
@@
(erc-autojoin-mode t)
(setq erc-autojoin-channels-alist
- '((".*\\.freenode.net" "#tahoe-lafs" "#
snowdrift" "#
haskell" "#haskell-beginners")
+ '((".*\\.freenode.net" "#tahoe-lafs" "#haskell" "#haskell-beginners")
(".*\\.oftc.net" "#LeastAuthority")
;;(".*\\.mozilla.org" "#rust-beginners")
))