Skip to content

Instantly share code, notes, and snippets.

@fakedrake
Created July 17, 2012 12:19
Show Gist options
  • Save fakedrake/3129122 to your computer and use it in GitHub Desktop.
Save fakedrake/3129122 to your computer and use it in GitHub Desktop.
elisp for local key
(define-key py-mode-map "\C-cp" (lambda () (insert-string "import ipdb; ipdb.set_trace()")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment