Fix jabber prompts
This commit is contained in:
parent
8c9fc57092
commit
4a17117803
1 changed files with 3 additions and 3 deletions
|
@ -1256,11 +1256,11 @@ To start off, first I need to enable lexical binding.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq jabber-chat-buffer-format "+%n"
|
(setq jabber-chat-buffer-format "+%n"
|
||||||
jabber-chat-foreign-prompt-format "%t %u"
|
jabber-chat-foreign-prompt-format "%t %u "
|
||||||
jabber-chat-local-prompt-format "%t %u"
|
jabber-chat-local-prompt-format "%t %u "
|
||||||
jabber-chat-delayed-time-format "%H:%M"
|
jabber-chat-delayed-time-format "%H:%M"
|
||||||
jabber-groupchat-buffer-format "++%n"
|
jabber-groupchat-buffer-format "++%n"
|
||||||
jabber-groupchat-prompt-format "%t %u")
|
jabber-groupchat-prompt-format "%t %u ")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Don't show avatars, publish or retrieve avatars.
|
Don't show avatars, publish or retrieve avatars.
|
||||||
|
|
Loading…
Reference in a new issue