forked from lix-project/lix
* README for the Emacs mode (written a while ago, but forgot to commit).
This commit is contained in:
parent
85ae781765
commit
bafb2357d1
10
misc/emacs/README
Normal file
10
misc/emacs/README
Normal 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'.
|
Loading…
Reference in a new issue