diff options
author | Matthew Bauer <mjbauer95@gmail.com> | 2017-08-19 21:16:30 -0700 |
---|---|---|
committer | Matthew Bauer <mjbauer95@gmail.com> | 2017-08-19 21:16:30 -0700 |
commit | 2c75945de58defcfae23cb30a9003695fbcd2f3d (patch) | |
tree | b1b23c11bd9dcb6f6ea8db4acc4c33da677f134a /Makefile | |
parent | 898a3f729cb33d2ec5bf28db76c5a21b0e51e13f (diff) |
Remove nix-mode.el from Nix.
This removes the file nix-mode.el from Nix. The file is now available within the
repository https://github.com/NixOS/nix-mode.
Fixes #662
Fixes #1040
Fixes #1054
Fixes #1055
Closes #1119
Fixes #1419
NOTE: all of the above should be fixed within NixOS/nix-mode. If one of those
hasn’t please reopen within NixOS/nix-mode and not within NixOS/nix.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ makefiles = \ misc/systemd/local.mk \ misc/launchd/local.mk \ misc/upstart/local.mk \ - misc/emacs/local.mk \ doc/manual/local.mk \ tests/local.mk |