Skip to content

Instantly share code, notes, and snippets.

@jordonbiondo
Created April 11, 2014 18:03
Show Gist options
  • Select an option

  • Save jordonbiondo/10488516 to your computer and use it in GitHub Desktop.

Select an option

Save jordonbiondo/10488516 to your computer and use it in GitHub Desktop.
(defun spam-matt ()
(interactive)
(let ((buffer (current-buffer)))
(jabber-chat-with (jabber-read-account) "matt.gritters@urgot")
(end-of-buffer)
(insert "lols")
(jabber-chat-buffer-send)
(switch-to-buffer buffer)))
(global-set-key (kbd "C-c C-m") 'spam-matt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment