diff options
author | noa@gaiwan.org | 2024-06-29 09:31:25 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-29 09:31:25 +0000 |
commit | 117e3b5a5d09c946bc1c716a58fdf58f3a1232ae (patch) | |
tree | 6726170546176d4fb74d23708bc1c364cb24c596 | |
parent | df8e6a550f7d2cc282ee453b830c6b36ef40f7fd (diff) |
Change xmpp account
-rw-r--r-- | config.org | 4 |
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. |