summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 10:35:59 +0000
committernoa@gaiwan.org2024-06-23 10:35:59 +0000
commit36efbe3ab177322a81a225eb2dde35fd5b52c9b4 (patch)
tree87bcce4f00805cf35bbe708da787645c22f17b7c /config.org
parentd041eec86d009855e2eb2ecdfd989b67ded2f86f (diff)
Change wording of jabber.el description
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org
index dfdf327..400721a 100644
--- a/config.org
+++ b/config.org
@@ -337,7 +337,7 @@ The default buffer names are a bit ugly to look at, so i change them to a simila
         jabber-groupchat-buffer-format "*%n | jabber*")
 #+end_src
 
-As alluded to above, jabber.el also has a terrible terrible habit of sending a message to the echo area for every change in online state of my contacts, and every single message in any channel.  Obviously this gets very annoying, especially if i'm using the minibuffer at that time.  Thank you to acdw for pointing me towards these helpful hooks to remove.
+As alluded to above, jabber.el also has a terrible terrible habit of sending a message to the echo area for every change in online state of my contacts, and every single message in any channel.  Obviously this gets annoying fast, especially if i'm using the minibuffer at that time.  Thank you to acdw for pointing me towards these helpful hooks to remove.
 
 #+begin_src elisp
 (remove-hook 'jabber-alert-muc-hooks #'jabber-muc-echo)