Skip to content

Instantly share code, notes, and snippets.

@kotfic
Created July 29, 2013 14:33
Show Gist options
  • Save kotfic/6104727 to your computer and use it in GitHub Desktop.
Save kotfic/6104727 to your computer and use it in GitHub Desktop.
(defadvice org-babel-python-evaluate (before org-babel-ipython-evaluate
(arg session body &optional result-type result-params preamble) activate)
(setq body (concat "%cpaste\n" body "\n--\n")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment