#author("2025-05-16T05:47:23+00:00","default:yoya","yoya")
#author("2025-05-16T05:50:05+00:00","default:yoya","yoya")
[[Emacs]]

- https://melpa.org/#/
--  https://melpa.org/#/getting-started

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

*. [#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/