Skip to content

purcell/flymake-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

flymake-php.el

An Emacs flymake handler for syntax-checking PHP source code.

Installation

If you choose not to use one of the convenient packages in Melpa and Marmalade, you'll need to add the directory containing flymake-php.el to your load-path, and then (require 'flymake-php). You'll also need to install flymake-easy.

Usage

Add the following to your emacs init file:

(require 'flymake-php)
(add-hook 'php-mode-hook 'flymake-php-load)

Steve Purcell's blog // @sanityinc on Twitter

About

Emacs flymake syntax-checker for php files

Resources

Stars

Watchers

Forks

Packages

No packages published