Skip to content

Instantly share code, notes, and snippets.

@seth
Created January 3, 2012 17:19
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 seth/1555888 to your computer and use it in GitHub Desktop.
Save seth/1555888 to your computer and use it in GitHub Desktop.
;; this seems to work as well and is more general. It was slow on
;; first load, then pretty snappy. Worked for mail and chrome
(require 'org-mac-link-grabber)
(add-hook 'org-mode-hook
(lambda ()
(define-key org-mode-map (kbd "C-c g") 'omlg-grab-link)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment