help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Working with emacs and php


From: Felix Dietrich
Subject: Re: Working with emacs and php
Date: Thu, 12 Sep 2013 23:30:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

> How to setup emacs to work with php?

For a basic setup add marmelade to you repos[1][2]:

(add-to-list 'package-archives
             '("marmalade" . "http://marmalade-repo.org/packages/";))

And then do:

M-x package-install php-mode


The wiki has more information on the various php-modes and on how to
setup multiple modes in a buffer[3].

[1]  http://www.emacswiki.org/emacs/ELPA

[2]  http://marmalade-repo.org/packages/php-mode

[3]  http://www.emacswiki.org/emacs/PhpMode

--
Felix Dietrich


reply via email to

[Prev in Thread] Current Thread [Next in Thread]