summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.org b/init.org
index c0ec176..3d2d9ce 100644
--- a/init.org
+++ b/init.org
@@ -3029,10 +3029,10 @@
#+begin_src emacs-lisp
(defun jao-circe (&optional p)
(interactive "P")
+ ;; (when (or p (y-or-n-p "Connect to bitlbee using circe? "))
+ ;; (circe "Bitlbee"))
(when (or p (y-or-n-p "Connect to freenode using circe? "))
- (circe "Freenode"))
- (when (or p (y-or-n-p "Connect to bitlbee using circe? "))
- (circe "Bitlbee")))
+ (circe "Freenode")))
(defun jao-chats (&optional p)
(interactive "P")