- .emacs.d/init.el
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/") t)
M-x package-install そして、php-mode とか諸々。自分は以下の mode を利用。
typescript-mode add-node-modules-path js-auto-format-mode clang-format rust-mode google-c-style cmake-mode js2-mode go-mode php-mode
.†
- Emacsのpackage.elのリポジトリにMELPAを追加する