Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit f17ba01

Browse files
committed
Add link to emacs plugin
1 parent c951cbf commit f17ba01

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,14 @@ It outputs a diff to the screen and you can apply it to your code by piping it t
3535

3636
php refactor.phar <refactoring> <arg1>...<argN> | patch -p1
3737

38-
### VIM Bindings
38+
### Editor Plugins
3939

40-
There is now a VIM plugin for using PHP refactorings within VIM. This plugin
41-
is maintained as a seperate project which can be found at https://github.com/vim-php/vim-php-refactoring
40+
There are third-party plugins available for using PHP refactorings within
41+
different text editors. These separately maintained projects can be found at
42+
the links below:
43+
44+
* vim : https://github.com/vim-php/vim-php-refactoring
45+
* emacs : https://github.com/keelerm84/php-refactor-mode.el
4246

4347
## Why?
4448

0 commit comments

Comments
 (0)