Mercurial > hg > config
comparison .emacs @ 362:ad10f719d160
hopefully fix this damn thing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 05 Jul 2013 12:44:09 -0700 |
| parents | 07d01606da84 |
| children | 6f1e4562c06a |
comparison
equal
deleted
inserted
replaced
| 361:5e0b4ec36013 | 362:ad10f719d160 |
|---|---|
| 1 (setq max-specpdl-size 5000) | |
| 2 | |
| 1 (setq initial-scratch-message ";; scratch ;; | 3 (setq initial-scratch-message ";; scratch ;; |
| 2 | 4 |
| 3 ") | 5 ") |
| 4 | 6 |
| 5 ;; ;; ;; emacs server (what a piece of crap) | 7 ;; ;; ;; emacs server (what a piece of crap) |
| 142 '(lambda () | 144 '(lambda () |
| 143 (local-set-key [(meta ?p) (meta ?p)] 'break))) | 145 (local-set-key [(meta ?p) (meta ?p)] 'break))) |
| 144 | 146 |
| 145 (fset 'python-file "#!/usr/bin/env python | 147 (fset 'python-file "#!/usr/bin/env python |
| 146 | 148 |
| 147 ''' | |
| 148 | |
| 149 ''' | |
| 150 | |
| 151 import optparse | 149 import optparse |
| 152 import os | 150 import os |
| 153 import sys | 151 import sys |
| 154 | 152 |
| 155 here = os.path.dirname(os.path.realpath(__file__)) | 153 here = os.path.dirname(os.path.realpath(__file__)) |
