Change prompts for jabber

This way all text is nicely alligned
This commit is contained in:
Tom Willemsen 2012-12-06 13:04:29 +01:00
parent 3306ac7d41
commit 1e84d8bee4
2 changed files with 3 additions and 4 deletions

View file

@ -252,8 +252,8 @@
(setq jabber-chat-buffer-format "*jabber:%n*") (setq jabber-chat-buffer-format "*jabber:%n*")
(setq jabber-chat-buffer-show-avatar nil) (setq jabber-chat-buffer-show-avatar nil)
(setq jabber-chat-fill-long-lines nil) (setq jabber-chat-fill-long-lines nil)
(setq jabber-chat-foreign-prompt-format "%t < ") (setq jabber-chat-foreign-prompt-format "%t <\n")
(setq jabber-chat-local-prompt-format "%t > ") (setq jabber-chat-local-prompt-format "%t >\n")
(setq jabber-chatstates-confirm nil) (setq jabber-chatstates-confirm nil)
(setq jabber-history-dir "~/.emacs.d/jabber") (setq jabber-history-dir "~/.emacs.d/jabber")
(setq jabber-roster-show-bindings nil) (setq jabber-roster-show-bindings nil)

View file

@ -234,8 +234,7 @@ If COUNT has been specified indent by that much, otherwise look at
(visual-line-mode) (visual-line-mode)
(setq mode-line-format (append (cddr jabber-chat-header-line-format) (setq mode-line-format (append (cddr jabber-chat-header-line-format)
'(global-mode-string)) '(global-mode-string))
header-line-format nil header-line-format nil))
wrap-prefix (make-string 8 ?\ )))
(defun oni:jabber-roster-mode-func () (defun oni:jabber-roster-mode-func ()
"Function for `jabber-roster-mode-hook'." "Function for `jabber-roster-mode-hook'."