From bafb2357d1ab5f7aef8ce4495f5ab8b835359f63 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 20 Jun 2004 19:08:59 +0000 Subject: [PATCH] * README for the Emacs mode (written a while ago, but forgot to commit). --- misc/emacs/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 misc/emacs/README 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'.