Commit fe036bba9a22
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.