Skip to content

Instantly share code, notes, and snippets.

@apg
Created August 24, 2010 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apg/548154 to your computer and use it in GitHub Desktop.
Save apg/548154 to your computer and use it in GitHub Desktop.
(defun let-me-google-that-for-you (beg end)
(interactive "r")
(kill-new (format "http://lmgtfy.com/?q=%s" (url-hexify-string (buffer-substring beg end)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment