We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b7933 commit 8eccc3bCopy full SHA for 8eccc3b
php-align/README.md
@@ -7,10 +7,7 @@ Support alignment (e.g. `align`, `align-current`) for PHP.
7
Put this file into your load-path.and the following code into your ~/.emacs
8
9
```el
10
-(add-hook 'php-mode-hook
11
- (lambda ()
12
- (require 'php-align)
13
- (php-align-setup)))
+(add-hook 'php-mode-hook #'php-align-setup)
14
```
15
16
## Examples
0 commit comments