Skip to content

Commit 56c7b89

Browse files
committed
Modify php-align comment
1 parent 06c68d8 commit 56c7b89

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

php-align.el

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,9 @@
2727
;; This extension provides alignment for PHP.
2828
;; Note that you must have Font Lock mode enabled.
2929
;;
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-
;;
3330
;; 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)))
31+
;;
32+
;; (add-hook 'php-mode-hook #'php-align-setup)
3833

3934
;;; TODO:
4035
;; - Add test codes using el-expectations.

0 commit comments

Comments
 (0)