Personal emacs config
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 lines
378 B

  1. (define-package "polymode" "20200606.1106" "Extensible framework for multiple major modes"
  2. '((emacs "25"))
  3. :commit "3284ff10017d280ba82f27dc20fe5223b0df709c" :keywords
  4. ("languages" "multi-modes" "processes")
  5. :authors
  6. (("Vitalie Spinu"))
  7. :maintainer
  8. ("Vitalie Spinu")
  9. :url "https://github.com/polymode/polymode")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: