Running flymake for python when files don't have .py extension
问题 I'm not a lisp guy at all, but my primary scripting environment lives on emacs and I need some help to get my flymake/pyflakes running when there is no .py extension on files. Because some of the scripts here at my work doesn't have .py extension on them. This is pretty working with pylint, pep8, pychecker etc, when I'm reading/coding a file that has the .py extension. ;; flymake for python (add-to-list 'load-path "~/.emacs.d/plugins/flymake") (when (load "flymake" t) (defun flymake-pylint