Skip to content

Commit

Permalink
renamed 'omgl-grab-link to 'omlg-grab-link
Browse files Browse the repository at this point in the history
  • Loading branch information
alander committed May 19, 2010
1 parent c05b93f commit f411b00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
link grabber menu, like this: link grabber menu, like this:


: (add-hook 'org-mode-hook (lambda () : (add-hook 'org-mode-hook (lambda ()
: (define-key org-mode-map (kbd "C-c g") 'omgl-grab-link))) : (define-key org-mode-map (kbd "C-c g") 'omlg-grab-link)))


* Usage * Usage


Activate the grabber by typing *C-c g* (or whatever key you decided Activate the grabber by typing *C-c g* (or whatever key you decided
to bind, as above), or type *M-x omgl-grab-link RET*. This will give to bind, as above), or type *M-x omlg-grab-link RET*. This will give
you a menu in the modeline allowing you to select an application. you a menu in the modeline allowing you to select an application.
The current selection in that application will be inserted at point The current selection in that application will be inserted at point
as a hyperlink in your org-mode document. as a hyperlink in your org-mode document.
Expand Down

0 comments on commit f411b00

Please sign in to comment.