Skip to content

Commit bdc9881

Browse files
committed
Add autoload cookie to php-align-setup
1 parent c101431 commit bdc9881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-align.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
"\\(?:" "^\\s-*" "\\(?:" "\\w\\|[->\\: \t]" "\\)+" "(" "\\)"))
103103
"Regexp of a section of PHP for alignment.")
104104

105+
;;;###autoload
105106
(defun php-align-setup ()
106107
"Setup alignment configuration for PHP code."
107108
(set (make-local-variable 'align-mode-rules-list) php-align-rules-list)

0 commit comments

Comments
 (0)