branch: elpa/nix-mode
commit fa7a4a0d4dec563702fc27eb6d46b5546565278c
Author: Matthew Justin Bauer <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 41ccbd55e1..8d74398276 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# nix-mode
-a repository separate from the nix source for nix-mode
+An emacs major mode for editing nix expressions.
+
+This repository is based off of the nix-mode.el file in the [Nix
repository](https://github.com/nixos/nix) at
[misc/emacs/nix-mode.el](https://github.com/NixOS/nix/blob/master/misc/emacs/nix-mode.el).