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

5 years ago
  1. (define-package "php-mode" "1.24.0" "Major mode for editing PHP code"
  2. '((emacs "25.2"))
  3. :commit "7e1b55354ce41043148ce2d3270b032c318f0f90" :authors
  4. '(("Eric James Michael Ritz"))
  5. :maintainer
  6. '("USAMI Kenta" . "tadsan@zonu.me")
  7. :keywords
  8. '("languages" "php")
  9. :url "https://github.com/emacs-php/php-mode")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: