mirror of
https://github.com/NixOS/nix.git
synced 2024-11-29 18:22:27 +00:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
|
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'.
|