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.

12 rivejä
324 B

4 vuotta sitten
  1. (define-package "parseclj" "20190531.711" "Clojure/EDN parser"
  2. '((emacs "25")
  3. (a "0.1.0alpha4"))
  4. :keywords
  5. '("lisp" "clojure" "edn" "parser")
  6. :authors
  7. '(("Arne Brasseur" . "arne@arnebrasseur.net"))
  8. :maintainer
  9. '("Arne Brasseur" . "arne@arnebrasseur.net"))
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: