Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Rename Erlang flymake script
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Apr 4, 2011
1 parent fd8cbab commit 389b5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs.el
Expand Up @@ -242,7 +242,7 @@
(local-file (file-relative-name
temp-file
(file-name-directory buffer-file-name))))
(list "~/.emacs.d/scripts/flymake" (list local-file))))
(list "~/.emacs.d/scripts/erlang_flymake" (list local-file))))

(setq flymake-allowed-file-name-masks '(("\\.erl\\'" flymake-erlang-init)))
(add-hook 'after-save-hook 'flymake-start-syntax-check)
Expand Down

0 comments on commit 389b5da

Please sign in to comment.