emacs: Don't use avatars with jabber

This commit is contained in:
Tom Willemsen 2013-02-19 23:43:39 +01:00
parent 2e1315b829
commit 0fb047ba98
2 changed files with 4 additions and 4 deletions

View file

@ -119,6 +119,7 @@
(setq jabber-account-list '(("ryuslash@jabber.org")
("tom@ryuslash.org/Emacs"
(:connection-type . ssl))))
(setq jabber-avatar-cache-directory "~/.emacs.d/jabber-avatars/")
(setq jabber-chat-buffer-format "*jab:%n*")
(setq jabber-chat-buffer-show-avatar nil)
(setq jabber-chat-fill-long-lines nil)
@ -128,6 +129,8 @@
(setq jabber-history-dir "~/.emacs.d/jabber")
(setq jabber-muc-autojoin '("aethon@muc.ryuslash.org"))
(setq jabber-roster-show-bindings nil)
(setq jabber-vcard-avatars-publish nil)
(setq jabber-vcard-avatars-retrieve nil)
(setq jit-lock-defer-time 0.2)
(setq magit-repo-dirs '("~/projects/" "~/var/src/"))
(setq message-log-max 1000)

View file

@ -189,10 +189,7 @@ If COUNT has been specified indent by that much, otherwise look at
(defun oni:jabber-chat-mode-func ()
"Function for `jabber-chat-mode-hook'."
(visual-line-mode)
(setq mode-line-format (append (cddr jabber-chat-header-line-format)
'(global-mode-string))
header-line-format nil))
(visual-line-mode))
(defun oni:jabber-init ()
"Initialization function for jabber."