aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-07 17:20:44 +0200
committerGravatar Tom Willemse2016-10-07 17:20:44 +0200
commit4a1711780318c075ff7836ce82fc2e93db00bba8 (patch)
treee3597224a6736889a708028fde6925ca6bd22794 /emacs
parent8c9fc57092dda0d48c136f6c451c7dbc4a25998d (diff)
downloadnew-dotfiles-4a1711780318c075ff7836ce82fc2e93db00bba8.tar.gz
new-dotfiles-4a1711780318c075ff7836ce82fc2e93db00bba8.zip
Fix jabber prompts
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index e0361d0..326478f 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1256,11 +1256,11 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(setq jabber-chat-buffer-format "+%n"
- jabber-chat-foreign-prompt-format "%t %u"
- jabber-chat-local-prompt-format "%t %u"
+ jabber-chat-foreign-prompt-format "%t %u "
+ jabber-chat-local-prompt-format "%t %u "
jabber-chat-delayed-time-format "%H:%M"
jabber-groupchat-buffer-format "++%n"
- jabber-groupchat-prompt-format "%t %u")
+ jabber-groupchat-prompt-format "%t %u ")
#+END_SRC
Don't show avatars, publish or retrieve avatars.