Mercurial > hg > config
comparison .emacs @ 589:680071699d35
STUB: .emacs
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Fri, 24 Jan 2014 12:08:05 -0800 |
| parents | e14ba4fbc0e7 |
| children | 04dfe64d1ba7 |
comparison
equal
deleted
inserted
replaced
| 588:0a979b847461 | 589:680071699d35 |
|---|---|
| 153 (fset 'pytodo "raise NotImplementedError('TODO') # -> record TODO items") | 153 (fset 'pytodo "raise NotImplementedError('TODO') # -> record TODO items") |
| 154 | 154 |
| 155 (fset 'python-file "#!/usr/bin/env python | 155 (fset 'python-file "#!/usr/bin/env python |
| 156 # -*- coding: utf-8 -*- | 156 # -*- coding: utf-8 -*- |
| 157 | 157 |
| 158 import argpase | 158 import argparse |
| 159 import os | 159 import os |
| 160 import sys | 160 import sys |
| 161 | 161 |
| 162 here = os.path.dirname(os.path.realpath(__file__)) | 162 here = os.path.dirname(os.path.realpath(__file__)) |
| 163 | 163 |
