about summary refs log tree commit diff
path: root/misc/emacs/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/emacs/README')
-rw-r--r--misc/emacs/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/emacs/README b/misc/emacs/README
deleted file mode 100644
index 8c87f67d5718..000000000000
--- a/misc/emacs/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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'.