about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-06-20T19·08+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-06-20T19·08+0000
commitbafb2357d1ab5f7aef8ce4495f5ab8b835359f63 (patch)
treeb78a3c923b785a92dd50f493dc17edf525c20384 /misc
parent85ae78176520fbba0420e5dc772d76144b564605 (diff)
* README for the Emacs mode (written a while ago, but forgot to commit).
Diffstat (limited to 'misc')
-rw-r--r--misc/emacs/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/emacs/README b/misc/emacs/README
new file mode 100644
index 0000000000..8c87f67d57
--- /dev/null
+++ b/misc/emacs/README
@@ -0,0 +1,10 @@
+The Nix Emacs mode supports syntax highlighting, somewhat sensible
+indenting, and refilling of comments.
+
+To enable Nix mode in Emacs, add something like this to your ~/.emacs
+file:
+
+  (load "/nix/share/emacs/site-lisp/nix-mode.el")
+
+This automatically causes Nix mode to be activated for all files with
+extension `.nix'.