branch: elpa/nix-mode
commit 676cc65dafa7f021d9dd4a8244a374200a176fad
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Add some README doc.
---
README.md | 2 ++
misc/README.md | 6 ++++++
nix-mode.el | 2 --
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 23326eb4aa..a426307f3c 100644
--- a/README.md
+++ b/README.md
@@ -7,3 +7,5 @@ This repository is based off of the nix-mode.el file in the
[Nix repository](htt
## Other Nix Modes
@shlevy has an excellent major mode for integrating nix-shell into emacs. It
is available at [shlevy/nix-buffer](https://github.com/shlevy/nix-buffer).
+
+@travisbhartwell also have some modes dealing with Nix. They are available at
[travisbhartwell/nix-emacs](https://github.com/travisbhartwell/nix-emacs).
diff --git a/misc/README.md b/misc/README.md
new file mode 100644
index 0000000000..4ec2a76973
--- /dev/null
+++ b/misc/README.md
@@ -0,0 +1,6 @@
+# nix-mode/misc
+
+These are some miscellaneous modes that I've come accross. Most are not really
+maintained and may not work. At some point, I hope to revive these and
+incorporate them into nix-mode. But for now, this is mostly a graveyard of
+unmaintained nix modes.
diff --git a/nix-mode.el b/nix-mode.el
index c99f56d429..534514e163 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -417,8 +417,6 @@
(nix-create-keymap)
(nix-create-menu)
-(when (featurep 'flycheck) (require 'nix-flycheck nil 'noerror))
-
(when (require 'company nil 'noerror) (require 'nix-company nil 'noerror))
(when (require 'mmm-mode nil 'noerror) (require 'nix-sh nil 'noerror))