#author("2024-12-23T14:45:13+00:00","default:yoya","yoya")
#author("2024-12-23T22:06:51+00:00","default:yoya","yoya")
[[Emacs]]

- https://melpa.org/#/

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

*. [#ed5cad26]

- How to install melpa in emacs?
--  https://stackoverflow.com/questions/24991415/how-to-install-melpa-in-emacs

- Emacsのpackage.elのリポジトリにMELPAを追加する
--  https://monologu.com/add-melpa/