3 lines
70 B
EmacsLisp
3 lines
70 B
EmacsLisp
|
(require 'flymake)
|
||
|
(add-hook 'find-file-hook 'flymake-find-file-hook)
|