Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created December 16, 2008 03:16
Show Gist options
  • Save iratqq/36247 to your computer and use it in GitHub Desktop.
Save iratqq/36247 to your computer and use it in GitHub Desktop.
(browse-url
(format "http://www.gravatar.com/avatar/%s?d=monsterid"
(md5
(apply 'concat
(split-string
(downcase
(car (mail-header-parse-address user-mail-address)))
" ")))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment