Add nix-mode recipe

This commit is contained in:
Doug MacEachern 2014-06-04 15:52:05 -07:00
parent 43eb907821
commit 7b13928765

7
recipes/nix-mode.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name nix-mode
:type http
:url "https://raw.github.com/NixOS/nix/master/misc/emacs/nix-mode.el"
:description "Major mode for editing Nix expressions"
:prepare (progn
(autoload 'nix-mode "nix-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.nix$" . nix-mode))))