Skip to content

Instantly share code, notes, and snippets.

@Nyoho
Created November 27, 2013 02:05
Show Gist options
  • Save Nyoho/7669583 to your computer and use it in GitHub Desktop.
Save Nyoho/7669583 to your computer and use it in GitHub Desktop.

org-mac-link-grabber.el (contrib/ にある) が、 org-mac-link.el に変わっていた。

(require 'org-mac-link-grabber)
(global-set-key (kbd "C-c ol") 'omlg-grab-link)

(require 'org-mac-link)
(add-hook 'org-mode-hook (lambda ()
  (define-key org-mode-map (kbd "C-c ol") 'org-mac-grab-link)))

に変更した。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment