Skip to content

Instantly share code, notes, and snippets.

@wenjianhn
Created November 5, 2012 03:21
Show Gist options
  • Save wenjianhn/4015142 to your computer and use it in GitHub Desktop.
Save wenjianhn/4015142 to your computer and use it in GitHub Desktop.
Go to nova launchpad bug page
(global-set-key [(S-f11)] 'browse-url-nova-bug)
(defun browse-url-nova-bug (start end)
(interactive "r")
(let ((n (current-word)))
(browse-url (concat "https://bugs.launchpad.net/nova/+bug/"
n)))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment