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 /misc/emacs/local.mk | |
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 'misc/emacs/local.mk')
-rw-r--r-- | misc/emacs/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/emacs/local.mk b/misc/emacs/local.mk deleted file mode 100644 index 8e06b881b..000000000 --- a/misc/emacs/local.mk +++ /dev/null @@ -1 +0,0 @@ -$(eval $(call install-data-in,$(d)/nix-mode.el,$(datadir)/emacs/site-lisp)) |