summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-11 15:46:37 +0200
committerGravatar Tom Willemsen2012-10-11 15:46:37 +0200
commitdc53d891de20f89c51bafb96f8945443ec24718a (patch)
treed094e87d9bf591ce90b5a5b5247e48bacf6bb463 /.emacs.d/init.el
parent6715a0daa7c002abe44595bf79f3e958cc0db116 (diff)
downloaddotfiles-dc53d891de20f89c51bafb96f8945443ec24718a.tar.gz
dotfiles-dc53d891de20f89c51bafb96f8945443ec24718a.zip
.emacs.d/init.el
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 6bf3bf3..4cab434 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -838,8 +838,8 @@ for easy selection."
(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 < ")
+(setq jabber-chat-local-prompt-format "%t > ")
(setq jabber-chatstates-confirm nil)
(setq jabber-history-dir "~/.emacs.d/jabber")
(setq jabber-roster-show-bindings nil)