spacemacs/contrib/lang/php/README.md

29 lines
676 B
Markdown
Raw Normal View History

2015-02-03 20:22:48 +00:00
#PHP contribution layer for Spacemacs
![logo](img/php.png)
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
**Table of Contents**
- [PHP contribution layer for Spacemacs](#php-contribution-layer-for-spacemacs)
- [Description](#description)
- [Install](#install)
<!-- markdown-toc end -->
## Description
This layer adds PHP language support to Spacemacs
Features:
- Edit php files using [php-mode][]
## Install
To use this contribution add it to your `~/.spacemacs`
```elisp
(setq-default dotspacemacs-configuration-layers '(php)
"List of contribution to load."
)
```
[php-mode]: https://github.com/ejmr/php-mode