changeset 571:0dbde82d1c82

STUB: .emacs
author Jeff Hammel <k0scist@gmail.com>
date Thu, 16 Jan 2014 15:32:15 -0800
parents fb4e54f50dd2
children 980fd762e354
files .emacs
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.emacs	Thu Jan 16 14:37:10 2014 -0800
+++ b/.emacs	Thu Jan 16 15:32:15 2014 -0800
@@ -150,6 +150,8 @@
           '(lambda ()
              (local-set-key  [(meta ?p) (meta ?p)] 'break)))
 
+(fset 'pytodo "raise NotImplementedError('TODO') # -> record")
+
 (fset 'python-file "#!/usr/bin/env python
 
 import optparse