summary refs log tree commit diff
diff options
context:
space:
mode:
-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)