Skip to content

Instantly share code, notes, and snippets.

@jlongster
Last active October 28, 2015 20:23
Show Gist options
  • Save jlongster/cf22efecd25c4bdd0c51 to your computer and use it in GitHub Desktop.
Save jlongster/cf22efecd25c4bdd0c51 to your computer and use it in GitHub Desktop.
(defun keynote-highlight ()
(interactive)
(shell-command-on-region
(region-beginning)
(region-end)
"highlight -O rtf --font-size 36 --font Inconsolata --style solarized-dark -W -J 50 -j 3 --src-lang ruby | pbcopy"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment