Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
300 B

преди 4 години
  1. (define-package "nix-mode" "20190904.1440" "Major mode for editing .nix files"
  2. '((emacs "25"))
  3. :keywords
  4. '("nix" "languages" "tools" "unix")
  5. :maintainer
  6. '("Matthew Bauer" . "mjbauer95@gmail.com")
  7. :url "https://github.com/NixOS/nix-mode")
  8. ;; Local Variables:
  9. ;; no-byte-compile: t
  10. ;; End: