Skip to content

Installation

USAMI Kenta edited this page May 12, 2018 · 5 revisions

💾 Installation

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).

Using list-packages menu

Using use-package

If you are already using use-package, installing PHP Mode is easy.

(use-package php-mode :ensure t)
Clone this wiki locally