aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/emacs/README
diff options
context:
space:
mode:
authorKlas Johansson <[email protected]>2010-05-30 22:51:19 +0200
committerRaimo Niskanen <[email protected]>2010-06-01 13:14:25 +0200
commit54cda6a510a62927d2b295732bdd9d9afa51940d (patch)
treed83be65b3f9ff4af413715dbce9b6f2a1d527d85 /lib/tools/emacs/README
parent704ce3e8e296704bd5c0dfddc3ee58e1ea0ecc45 (diff)
downloadotp-54cda6a510a62927d2b295732bdd9d9afa51940d.tar.gz
otp-54cda6a510a62927d2b295732bdd9d9afa51940d.tar.bz2
otp-54cda6a510a62927d2b295732bdd9d9afa51940d.zip
erlang-flymake: Document in README
Diffstat (limited to 'lib/tools/emacs/README')
-rw-r--r--lib/tools/emacs/README9
1 files changed, 8 insertions, 1 deletions
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-<Ver>:
(setq erlang-root-dir "C:/Program Files/erl<Ver>")
(setq exec-path (cons "C:/Program Files/erl<Ver>/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)