Show nickname instead of username in jabber
This commit is contained in:
parent
b9b311cf44
commit
999530012f
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue