diff options
author | Florian Friesdorf <flo@chaoflow.net> | 2011-02-14T03·11+0000 |
---|---|---|
committer | Florian Friesdorf <flo@chaoflow.net> | 2011-02-14T03·11+0000 |
commit | 8fcaf3e9c6d820175d124be0af06c481104222a1 (patch) | |
tree | 7b56470a350811a3f98b6f79ce696ecad61b1113 /misc | |
parent | 538b7caab013e6ec78bed2b65a7c5d345f1c737e (diff) |
make nix-mode provide 'nix-mode
this enables (require 'nix-mode)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/emacs/nix-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |