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 06c68d8 commit 56c7b89Copy full SHA for 56c7b89
php-align.el
@@ -27,14 +27,9 @@
27
;; This extension provides alignment for PHP.
28
;; Note that you must have Font Lock mode enabled.
29
;;
30
-;; If you don't have php-mode then get from https://github.com/rradonic/php-mode
31
-;; This php-mode has various improvements than original it.
32
-;;
33
;; Put this file into your load-path.and the following code into your ~/.emacs
34
-;; (add-hook 'php-mode-hook
35
-;; (lambda ()
36
-;; (require 'php-align)
37
-;; (php-align-setup)))
+;;
+;; (add-hook 'php-mode-hook #'php-align-setup)
38
39
;;; TODO:
40
;; - Add test codes using el-expectations.
0 commit comments