From 76dc0088d11458c5ec499ed2d077e38a7c3e3d17 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 15 Jun 2014 00:52:09 +0200 Subject: Don't show resources in jabber chats They make the margin too wide --- .emacs.d/site-lisp/jabber-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/site-lisp/jabber-init.el b/.emacs.d/site-lisp/jabber-init.el index 810cc40..b4a9320 100644 --- a/.emacs.d/site-lisp/jabber-init.el +++ b/.emacs.d/site-lisp/jabber-init.el @@ -44,8 +44,8 @@ Insert PROPOSED-ALERT in the buffer if it is non-nil." jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/" jabber-chat-buffer-format "+%n" - jabber-chat-foreign-prompt-format "%t %u/%r" - jabber-chat-local-prompt-format "%t %u/%r" + jabber-chat-foreign-prompt-format "%t %u" + jabber-chat-local-prompt-format "%t %u" jabber-chat-buffer-show-avatar nil jabber-chat-fill-long-lines nil jabber-chat-delayed-time-format "%H:%M" -- cgit v1.2.3-54-g00ecf