This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 素のFlymakeでAntを使うとエラー吐くので,いくつか関数を書き換える必要があるっぽい. | |
| (require 'flymake) | |
| (setq flymake-allowed-file-name-masks | |
| '(("\\.\\(?:c\\(?:pp\\|xx\\|\\+\\+\\)?\\|CC\\)\\'" flymake-simple-make-init) | |
| ("\\.xml\\'" flymake-xml-init) | |
| ("\\.html?\\'" flymake-xml-init) | |
| ("\\.cs\\'" flymake-simple-make-init) | |
| ("\\.p[ml]\\'" flymake-perl-init) |
NewerOlder