diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-20T19·08+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-20T19·08+0000 |
commit | bafb2357d1ab5f7aef8ce4495f5ab8b835359f63 (patch) | |
tree | b78a3c923b785a92dd50f493dc17edf525c20384 /misc | |
parent | 85ae78176520fbba0420e5dc772d76144b564605 (diff) |
* README for the Emacs mode (written a while ago, but forgot to commit).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/emacs/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/emacs/README b/misc/emacs/README new file mode 100644 index 000000000000..8c87f67d5718 --- /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'. |