aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-01-11 23:56:49 +0100
committerGravatar Tom Willemse2017-01-11 23:56:49 +0100
commit999530012f8bff2a245c11c54500c4b98fa90217 (patch)
tree7a89c25260d4237a0aa359dcd3822167ff5396a1
parentb9b311cf448ea3921950d0c0cee95d8db4f91acd (diff)
downloadnew-dotfiles-999530012f8bff2a245c11c54500c4b98fa90217.tar.gz
new-dotfiles-999530012f8bff2a245c11c54500c4b98fa90217.zip
Show nickname instead of username in jabber
-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 59c9e3e..194aced 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -1082,11 +1082,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 %n "
+ jabber-chat-local-prompt-format "%t %n "
jabber-chat-delayed-time-format "%H:%M"
jabber-groupchat-buffer-format "++%n"
- jabber-groupchat-prompt-format "%t %u ")
+ jabber-groupchat-prompt-format "%t %n ")
#+END_SRC
Don't show avatars, publish or retrieve avatars.