summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org
index f488f22..112a5d0 100644
--- a/config.org
+++ b/config.org
@@ -431,8 +431,8 @@ Shift click to select region with the mouse.  This annoyingly rings the bell for
 Jabber.el is an xmpp client in emacs.  I don't actually use xmpp as xmpp that much.  But i do use it to connect to irc, and this package lets me do that.  Unfortunately, it's not a particularly well-behaved package; by default it clobbers some keybindings and floods the echo area with unhelpful messages.
 
 #+begin_src elisp
-  (package-ensure 'jabber)
-  (setopt jabber-account-list '(("noa@hmm.st")))
+    (package-ensure 'jabber)
+    (setopt jabber-account-list '(("noa@noa.pub")))
 #+end_src
 
 So now what we're going to do is get it to stop showing a bunch of channels in the mode line, because there will always be new activity and i want to drop in when i feel like it, and not always have a reminder of that fact.  The defun below is copied from jabber-activity-show-p-default but with an extra condition plopped in.