From 54cda6a510a62927d2b295732bdd9d9afa51940d Mon Sep 17 00:00:00 2001 From: Klas Johansson Date: Sun, 30 May 2010 22:51:19 +0200 Subject: erlang-flymake: Document in README --- lib/tools/emacs/README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/tools/emacs') diff --git a/lib/tools/emacs/README b/lib/tools/emacs/README index ca068d04c4..cc107dcd41 100644 --- a/lib/tools/emacs/README +++ b/lib/tools/emacs/README @@ -42,7 +42,14 @@ Files\erl-: (setq erlang-root-dir "C:/Program Files/erl") (setq exec-path (cons "C:/Program Files/erl/bin" exec-path)) (require 'erlang-start) - +Miscellaneous addons +-------------------- + +In order to check erlang source code on the fly, add the following +line to your .emacs file (after erlang-start, see above). See +erlang-flymake.el for more information on how to customize the syntax +check. + (require 'erlang-flymake) -- cgit v1.2.3