Skip to content

Commit

Permalink
rename pychecker -> pyflymake
Browse files Browse the repository at this point in the history
  • Loading branch information
dougm committed Mar 6, 2013
1 parent e2b5f38 commit e552b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion custom/py.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(local-file (file-relative-name
temp-file
(file-name-directory buffer-file-name))))
(list "pychecker" (list local-file))))
(list "pyflymake" (list local-file))))
(add-to-list 'flymake-allowed-file-name-masks
'("\\.py\\'" flymake-pyflakes-init)))
(add-hook 'python-mode-hook 'flymake-mode)
Expand Down

0 comments on commit e552b6e

Please sign in to comment.