Skip to content

Instantly share code, notes, and snippets.

@drewr
Created March 7, 2013 21:43
Show Gist options
  • Save drewr/5112090 to your computer and use it in GitHub Desktop.
Save drewr/5112090 to your computer and use it in GitHub Desktop.
(defun browse-latest-url (&optional arg)
(interactive "p")
(save-excursion
(search-backward-regexp "https?://" nil nil arg)
(browse-url-at-point)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment