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
381 B

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