Klimi's new dotfiles with stow.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
300 B

  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: