-
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
).
- Run M-x list-package and choose
php-mode
package. - Press RET and
Install
button, or I and x key in package list.
If you are already using use-package, PHP Mode will be automatically installed simply by adding the :ensure t
keyword.
(use-package php-mode :ensure t)