8 lines
248 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
(define-package "nix-mode" "20170831.1721" "Major mode for editing .nix files"
'((emacs "24.3"))
:url "https://github.com/matthewbauer/nix-mode" :keywords
'("nix" "languages" "tools" "unix"))
;; Local Variables:
;; no-byte-compile: t
;; End: