comparison .emacs @ 4:81e89e519980

changed a bunch of stuff, evidently
author k0s <k0scist@gmail.com>
date Sat, 21 Nov 2009 15:43:43 -0500
parents f3ab51c79813
children 30161c82a278
comparison
equal deleted inserted replaced
3:a7188391b4ce 4:81e89e519980
76 ;; (add-to-list 'flymake-allowed-file-name-masks 76 ;; (add-to-list 'flymake-allowed-file-name-masks
77 ;; '("\\.py\\'" flymake-pyflakes-init))) 77 ;; '("\\.py\\'" flymake-pyflakes-init)))
78 78
79 ;; (add-hook 'find-file-hook 'flymake-find-file-hook) 79 ;; (add-hook 'find-file-hook 'flymake-find-file-hook)
80 (server-start) 80 (server-start)
81
82 (fset 'break "import pdb; pdb.set_trace();\C-a\C-i")
83 (add-hook 'python-mode-hook
84 '(lambda ()
85 (local-set-key [(meta ?p) (meta ?p)] 'break)))