Commit fe036bba9a22

Vincent Demeester <vincent@sbr.pm>
2015-05-23 06:57:36
Add circe :)
1 parent 38b0704
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2809,6 +2809,22 @@
    #+END_SRC
 
 
+* Irc
+
+  Why not putting all the thing in Emacs =:). IRC is one of them and
+  let's try something different than the good old ERC : let's try
+  circe.
+
+
+  #+BEGIN_SRC emacs-lisp
+    (use-package circe
+      :ensure t
+      :config
+      (progn
+        (use-package helm-circe
+          :ensure t)))
+  #+END_SRC
+
 * Mails ✉
 
   Don't load if not on a computer where there is mails.