Change prompts for jabber
This way all text is nicely alligned
This commit is contained in:
parent
3306ac7d41
commit
1e84d8bee4
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||||
|
|
|
@ -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'."
|
||||||
|
|
Loading…
Reference in a new issue