From 930e307a41e9be9e54d30b63760578792438f9d4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 1 Feb 2013 12:23:16 +0100 Subject: emacs: Change some jabber settings --- .emacs.d/init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 93b75a2..d84d73e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -173,13 +173,13 @@ (setq initial-major-mode 'emacs-lisp-mode) (setq initial-scratch-message nil) (setq jabber-account-list '(("ryuslash@jabber.org") - ("tom@ryuslash.org" + ("tom@ryuslash.org/Emacs" (:connection-type . ssl)))) -(setq jabber-chat-buffer-format "*jabber:%n*") +(setq jabber-chat-buffer-format "*jab:%n*") (setq jabber-chat-buffer-show-avatar nil) (setq jabber-chat-fill-long-lines nil) -(setq jabber-chat-foreign-prompt-format "%t <\n") -(setq jabber-chat-local-prompt-format "%t >\n") +(setq jabber-chat-foreign-prompt-format "%t %u/%r <\n") +(setq jabber-chat-local-prompt-format "%t %u/%r >\n") (setq jabber-chatstates-confirm nil) (setq jabber-history-dir "~/.emacs.d/jabber") (setq jabber-muc-autojoin '("aethon@muc.ryuslash.org")) -- cgit v1.2.3-54-g00ecf