emacs: Change some jabber settings
This commit is contained in:
parent
c8f930e4c9
commit
930e307a41
1 changed files with 4 additions and 4 deletions
|
@ -173,13 +173,13 @@
|
|||
(setq initial-major-mode 'emacs-lisp-mode)
|
||||
(setq initial-scratch-message nil)
|
||||
(setq jabber-account-list '(("ryuslash@jabber.org")
|
||||
("tom@ryuslash.org"
|
||||
("tom@ryuslash.org/Emacs"
|
||||
(:connection-type . ssl))))
|
||||
(setq jabber-chat-buffer-format "*jabber:%n*")
|
||||
(setq jabber-chat-buffer-format "*jab:%n*")
|
||||
(setq jabber-chat-buffer-show-avatar nil)
|
||||
(setq jabber-chat-fill-long-lines nil)
|
||||
(setq jabber-chat-foreign-prompt-format "%t <\n")
|
||||
(setq jabber-chat-local-prompt-format "%t >\n")
|
||||
(setq jabber-chat-foreign-prompt-format "%t %u/%r <\n")
|
||||
(setq jabber-chat-local-prompt-format "%t %u/%r >\n")
|
||||
(setq jabber-chatstates-confirm nil)
|
||||
(setq jabber-history-dir "~/.emacs.d/jabber")
|
||||
(setq jabber-muc-autojoin '("aethon@muc.ryuslash.org"))
|
||||
|
|
Loading…
Reference in a new issue