-
Notifications
You must be signed in to change notification settings - Fork 119
Installation
USAMI Kenta edited this page May 12, 2018
·
5 revisions
Since PHP Mode is not bundled with both Emacs built-in and official ELPA, you need to add MELPA or MELPA Stable to your .emacs Init file (~/.emacs.d/init.el
).
If you are already using use-package, installing PHP Mode is easy.
(use-package php-mode :ensure t)