summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-27 06:18:38 +0100
committerjao <jao@gnu.org>2021-04-27 06:18:38 +0100
commitd53478315909a4eab614c754022ff69e7e105347 (patch)
treee072216378e68b7c3b9ff36177099ce4653e5505 /init.org
parent6c0f7d1c91b8741d760d6052f5ff89d966876cec (diff)
downloadelibs-d53478315909a4eab614c754022ff69e7e105347.tar.gz
elibs-d53478315909a4eab614c754022ff69e7e105347.tar.bz2
learnt how to index list-id (notmuch config set index.header.List List-Id)
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")