You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an initialization method that achieves the same performance and ease of use as using a package manager.
48
-
49
-
By moving the downloaded file to the extracted path of the current directory and executing the `make` command, byte compilation and `php-mode-autoloads.el` is generated. Just load the file from `init.el` and you are ready to use.
Load `php-mode` synchronously from a specific path. It will load 10 times the size of the code compared to method **A**, and how much the startup time will depend on the performance of your machine's CPU and file system.
If you don't want to depend on a package manager, you can install Lisp files directly in the traditional way. See [Manual installation][wiki-manual-installation] for our recommended setup method.
91
42
92
43
### Configuration
93
44
@@ -281,10 +232,6 @@ If you want to always use Subword Mode for PHP files then you can add this to yo
281
232
282
233
The key-binding `C-c C-w` will also toggle Subword Mode on and off.
283
234
284
-
### Amaka Support
285
-
286
-
Viewing and editing build scripts for [Amaka](http://trashofmasters.github.io/amaka/) will automatically enable PHP Mode.
287
-
288
235
### Insert current class/namespace
289
236
290
237
```el
@@ -364,7 +311,6 @@ This project was maintained by [Eric James Michael Ritz][@ejmr] until 2017. Curr
0 commit comments