11 lines
301 B
EmacsLisp
11 lines
301 B
EmacsLisp
|
(define-package "nix-mode" "20180822.214" "Major mode for editing .nix files"
|
||
|
'((emacs "24.3"))
|
||
|
:keywords
|
||
|
'("nix" "languages" "tools" "unix")
|
||
|
:maintainer
|
||
|
'("Matthew Bauer" . "mjbauer95@gmail.com")
|
||
|
:url "https://github.com/NixOS/nix-mode")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|