summaryrefslogtreecommitdiff
path: root/emacs-tools/README
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-tools/README')
-rw-r--r--emacs-tools/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-tools/README b/emacs-tools/README
new file mode 100644
index 0000000..bb22105
--- /dev/null
+++ b/emacs-tools/README
@@ -0,0 +1,5 @@
+This directory contains GNU Emacs support for editing Haskell files.
+We don't yet have a fancy editing mode, but haskell.el contains stuff
+for running Haskell as an inferior process from Emacs with key bindings
+for evaluating code from buffers, etc. Look at the comments in haskell.el
+for more information.