Skip to content

Commit 936b4a9

Browse files
committed
Remove flymake mentions from the README
1 parent 14b2db0 commit 936b4a9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,24 +73,4 @@ Add the following lines to any of your initialization files
7373
[Flycheck][] now has support for jade files. Currently only handles errors.
7474

7575

76-
### Flymake support
77-
78-
[Flycheck][] is the successor to Flymake, however if you want to add flymake support for jade files:
79-
80-
(defun flymake-jade-init ()
81-
(let* ((temp-file (flymake-init-create-temp-buffer-copy
82-
'flymake-create-temp-intemp))
83-
(local-file (file-relative-name
84-
temp-file
85-
(file-name-directory buffer-file-name)))
86-
(arglist (list local-file)))
87-
(list "jade" arglist)))
88-
(setq flymake-err-line-patterns
89-
(cons '("\\(.*\\): \\(.+\\):\\([[:digit:]]+\\)$"
90-
2 3 nil 1)
91-
flymake-err-line-patterns))
92-
(add-to-list 'flymake-allowed-file-name-masks
93-
'("\\.jade\\'" flymake-jade-init))
94-
95-
9676
[Flycheck]: https://github.com/flycheck/flycheck

0 commit comments

Comments
 (0)