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