]> git.rkrishnan.org Git - .emacs.d.git/commitdiff
add #debian-uk, debpaste
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 1 Sep 2016 06:07:03 +0000 (11:37 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 1 Sep 2016 06:09:19 +0000 (11:39 +0530)
init.el
packages.el

diff --git a/init.el b/init.el
index d45bd441b42e73ae87898c8e0737a7013347e790..946b0db0359a4b68e8f301f1237f47f4bca5c653 100644 (file)
--- a/init.el
+++ b/init.el
@@ -62,7 +62,7 @@
 (erc-autojoin-mode t)
 (setq erc-autojoin-channels-alist
       '((".*\\.freenode.net" "#tahoe-lafs")
-        (".*\\.oftc.net" "#LeastAuthority")
+        (".*\\.oftc.net" "#debian-uk")
         ;; (".*\\.mozilla.org" "#rust-beginners")
         ))
 
@@ -79,7 +79,7 @@
   (when (y-or-n-p "Do you want to start IRC? ")
     ;; (erc-tls :server "irc.mozilla.org" :port 6697 :nick "rkrishnan" :full-name "Ramakrishnan Muthukrishnan")
     (erc-tls :server "irc.freenode.net" :port 6697 :nick "rkrishnan" :full-name "Ramakrishnan Muthukrishnan")
-    (erc-tls :server "irc.oftc.net" :port 6697 :nick "rkrishnan" :full-name "Ramakrishnan Muthukrishnan")))
+    (erc-tls :server "irc.debian.org" :port 6697 :nick "rkrishnan" :full-name "Ramakrishnan Muthukrishnan")))
 
 ;; switch to ERC with Ctrl+c e
 (global-set-key (kbd "C-c e") 'start-erc) ;; ERC
index e9df4f92fb170c73ff6dd18b8b977626f395f205..9892094fad6e89fc27843a5402a821b98173c121 100644 (file)
@@ -42,7 +42,8 @@
                      flycheck
                      flycheck-rust
                      racer
-                     intero))
+                     intero
+                     debpaste))
 
 ; install the missing packages
 (dolist (package package-list)