summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-01 12:23:16 +0100
committerGravatar Tom Willemsen2013-02-01 12:23:16 +0100
commit930e307a41e9be9e54d30b63760578792438f9d4 (patch)
treef397804e3f6c248f7b34dbfcc1419f9a7e3676b9 /.emacs.d
parentc8f930e4c9c43ae6d9fbcd421bf8ca1ba7db79ed (diff)
downloaddotfiles-930e307a41e9be9e54d30b63760578792438f9d4.tar.gz
dotfiles-930e307a41e9be9e54d30b63760578792438f9d4.zip
emacs: Change some jabber settings
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
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"))