・SourceForge.net: PHP mode for Emacsからphp-modeをダウンロードして、emacsのsite-lispディレクトリにphp-mode.elをコピーする。
・.emacs.elに以下を追加。
(load-library "php-mode") (require 'php-mode) (add-hook 'php-mode-user-hook '(lambda () (setq tab-width 2) (setq indent-tabs-mode nil)) )
PHPプロ!TIPS
閑古鳥 -> 呟き -> emacs で PHP-mode と mmm-mode を使う