* README for the Emacs mode (written a while ago, but forgot to commit).

This commit is contained in:
Eelco Dolstra 2004-06-20 19:08:59 +00:00
parent 85ae781765
commit bafb2357d1
1 changed files with 10 additions and 0 deletions

10
misc/emacs/README Normal file
View File

@ -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'.