Skip to content

Instantly share code, notes, and snippets.

@mtm
Created February 27, 2013 05:20
Show Gist options
  • Save mtm/5045319 to your computer and use it in GitHub Desktop.
Save mtm/5045319 to your computer and use it in GitHub Desktop.
jabber config
;;;
;;; jabber stuff
;;;
(require 'jabber)
(setq jabber-account-list
'(("jinious@gmail.com"
(:network-server . "talk.google.com")
(:connection-type . ssl))))
(setq jabber-roster-line-format
"%c %n %r %s %S")
(setq jabber-roster-show-title nil)
(setq jabber-show-resources nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment