summaryrefslogtreecommitdiff
path: root/emacs-tools/README
diff options
context:
space:
mode:
authorYale AI Dept <ai@nebula.cs.yale.edu>1993-07-14 13:08:00 -0500
committerDuncan McGreggor <duncan.mcgreggor@rackspace.com>1993-07-14 13:08:00 -0500
commit4e987026148fe65c323afbc93cd560c07bf06b3f (patch)
tree26ae54177389edcbe453d25a00c38c2774e8b7d4 /emacs-tools/README
Import to github.
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.