summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-06 13:04:29 +0100
committerGravatar Tom Willemsen2012-12-06 13:04:29 +0100
commit1e84d8bee4615c6ba54119c1c18d1c9b5f437fb1 (patch)
tree1f2d5d8af39a0df088a2b20e67365602aac6286a /.emacs.d/init.el
parent3306ac7d41020e3750c76a867e767d18739f138d (diff)
downloaddotfiles-1e84d8bee4615c6ba54119c1c18d1c9b5f437fb1.tar.gz
dotfiles-1e84d8bee4615c6ba54119c1c18d1c9b5f437fb1.zip
Change prompts for jabber
This way all text is nicely alligned
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3763c4f..40bd732 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -252,8 +252,8 @@
(setq jabber-chat-buffer-format "*jabber:%n*")
(setq jabber-chat-buffer-show-avatar nil)
(setq jabber-chat-fill-long-lines nil)
-(setq jabber-chat-foreign-prompt-format "%t < ")
-(setq jabber-chat-local-prompt-format "%t > ")
+(setq jabber-chat-foreign-prompt-format "%t <\n")
+(setq jabber-chat-local-prompt-format "%t >\n")
(setq jabber-chatstates-confirm nil)
(setq jabber-history-dir "~/.emacs.d/jabber")
(setq jabber-roster-show-bindings nil)