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

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