Created
May 23, 2014 23:55
-
-
Save glyph/4e1d4f1a4f1a6c46dac6 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(global-set-key | |
(kbd "<C-M-268632064>") | |
(lambda () | |
(interactive) | |
(ns-perform-service | |
"OmniFocus: Send to Inbox" | |
(if (region-active-p) | |
(buffer-substring-no-properties | |
(point) (mark)) | |
(format "file://%s" (buffer-file-name)))))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment