From 2c75945de58defcfae23cb30a9003695fbcd2f3d Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sat, 19 Aug 2017 21:16:30 -0700 Subject: Remove nix-mode.el from Nix. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- misc/emacs/local.mk | 1 - 1 file changed, 1 deletion(-) delete mode 100644 misc/emacs/local.mk (limited to 'misc/emacs/local.mk') diff --git a/misc/emacs/local.mk b/misc/emacs/local.mk deleted file mode 100644 index 8e06b881bcdf..000000000000 --- a/misc/emacs/local.mk +++ /dev/null @@ -1 +0,0 @@ -$(eval $(call install-data-in,$(d)/nix-mode.el,$(datadir)/emacs/site-lisp)) -- cgit 1.4.1