emacs-devel
[Top][All Lists]
Advanced

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

Looking for an elisp developer for php mode extensions


From: David Arroyo Menendez
Subject: Looking for an elisp developer for php mode extensions
Date: Tue, 12 May 2015 17:58:47 -0400

If you install php extensions
(https://savannah.nongnu.org/projects/php-ext-el/), you will have
autocompletion and skeleton templates for many, many php functions:

$ cd ~
$ mkdir mydir
$ cd mydir
$ git clone git://git.savannah.nongnu.org/php-ext-el.git

Edit you .emacs and add:

(setq php-ext-path "~/mydir")
(load (concat php-ext-path "php-ext.el")) 

The project is bring skeletons to all php functions. I'm looking for
developers interested in this project.

Kind regards.



reply via email to

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