17ee0e400b
After moving off of Meta, Dotfiles has a greater responsibility to manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
10 lines
301 B
EmacsLisp
10 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:
|