Skip to content

Instantly share code, notes, and snippets.

@gabrielelanaro
Created May 9, 2011 17:22
Show Gist options
  • Select an option

  • Save gabrielelanaro/962914 to your computer and use it in GitHub Desktop.

Select an option

Save gabrielelanaro/962914 to your computer and use it in GitHub Desktop.
emacs for python recipe
(:name emacs-for-python
:type git
:url "git://github.com/gabrielelanaro/emacs-for-python.git"
:load-path "."
:post-init (lambda ()
(require 'epy-setup)
(require 'epy-python)
(require 'epy-completion))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment