Files
emacs/lisp/php-mode/php-mode-pkg.el
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

11 lines
333 B
EmacsLisp

(define-package "php-mode" "20221112.1616" "Major mode for editing PHP code"
'((emacs "25.2"))
:commit "d01cfc9cd51706e076bf7e5cbf0cfa7ee885efb4" :maintainer
'("USAMI Kenta" . "tadsan@zonu.me")
:keywords
'("languages" "php")
:url "https://github.com/emacs-php/php-mode")
;; Local Variables:
;; no-byte-compile: t
;; End: