From 8fcaf3e9c6d820175d124be0af06c481104222a1 Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Mon, 14 Feb 2011 03:11:56 +0000 Subject: make nix-mode provide 'nix-mode this enables (require 'nix-mode) --- misc/emacs/nix-mode.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc') diff --git a/misc/emacs/nix-mode.el b/misc/emacs/nix-mode.el index 96dc975ec654..22e735b8936c 100644 --- a/misc/emacs/nix-mode.el +++ b/misc/emacs/nix-mode.el @@ -107,3 +107,5 @@ The hook `nix-mode-hook' is run when Nix mode is started. (setq auto-mode-alist (cons '("\\.nix\\'" . nix-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.nix.in\\'" . nix-mode) auto-mode-alist)) + +(provide 'nix-mode) -- cgit 1.4.1